You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.4 KiB

{
"common": {
"name": "pushover",
"version": "0.1.0",
"title": "报警通知",
"desc": {
"en": "This adapter allows to send pushover notifications from yunkong2",
"cn": "云控报警通知"
},
"authors": [
"spacen <zhongjin1971@gmail.com>"
],
"license": "MIT",
"platform": "Node.js",
"mode": "daemon",
"availableModes": [
"daemon",
"subscribe"
],
"loglevel": "info",
"messagebox": true,
"materialize": true,
"subscribe": "messagebox",
"readme": "https://git.spacen.net/yunkong2/yunkong2.pushover/raw/master/README.md",
"wakeup": true,
"enabled": true,
"icon": "pushover.png",
"keywords": [
"notification",
"pushover",
"message"
],
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.pushover/raw/master/admin/pushover.png",
"type": "messaging",
"blockly": true
},
"native": {
"user_name": "admin",
"user_passwd": "bdDm@648",
"ec_name": "华翔翔能(湖南)能源科技有限公司",
"token": "xxxxx",
"title": "yunkong2",
"sound": "",
"priority": 0,
"smsLoginUrl":"http://mas.ecloud.10086.cn/app/http/authorize",
"smsUrl" : "http://mas.ecloud.10086.cn/app/http/sendSms"
},
"objects": []
}