yunkong2.pushover/io-package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2018-09-22 00:10:53 +08:00
{
"common": {
"name": "pushover",
2018-09-23 11:43:08 +08:00
"version": "0.1.0",
"title": "报警通知",
2018-09-22 00:10:53 +08:00
"desc": {
2018-09-22 00:11:56 +08:00
"en": "This adapter allows to send pushover notifications from yunkong2",
2018-09-23 11:43:08 +08:00
"cn": "云控报警通知"
2018-09-22 00:10:53 +08:00
},
"authors": [
2018-09-23 11:43:08 +08:00
"spacen <zhongjin1971@gmail.com>"
2018-09-22 00:10:53 +08:00
],
"license": "MIT",
2018-09-23 11:43:08 +08:00
"platform": "Node.js",
2018-09-22 00:10:53 +08:00
"mode": "daemon",
"availableModes": [
"daemon",
"subscribe"
],
"loglevel": "info",
"messagebox": true,
"materialize": true,
"subscribe": "messagebox",
2018-09-23 11:43:08 +08:00
"readme": "https://git.spacen.net/yunkong2/yunkong2.pushover/raw/master/README.md",
2018-09-22 00:10:53 +08:00
"wakeup": true,
"enabled": true,
"icon": "pushover.png",
"keywords": [
"notification",
"pushover",
"message"
],
2018-09-22 00:11:56 +08:00
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.pushover/raw/master/admin/pushover.png",
2018-09-22 00:10:53 +08:00
"type": "messaging",
"blockly": true
},
"native": {
"user": "xxxxx",
"token": "xxxxx",
2018-09-22 00:11:56 +08:00
"title": "yunkong2",
2018-09-22 00:10:53 +08:00
"sound": "",
2018-09-25 12:44:59 +08:00
"priority": 0,
"smsUrl" : "http://www.baidu.com"
2018-09-22 00:10:53 +08:00
},
"objects": []
}