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.

90 lines
2.6 KiB

6 years ago
{
"common": {
6 years ago
"name": "rest",
6 years ago
"version": "0.1.2",
"title": "云控 REST 服务",
6 years ago
"desc": {
6 years ago
"en": "yunkong2 rest Adapter",
"cn": "云控 REST Adapter"
6 years ago
},
"authors": [
"my Name <my@email.com>"
],
"platform": "Javascript/Node.js",
"mode": "daemon",
6 years ago
"icon": "rest.png",
6 years ago
"enabled": true,
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.rest/raw/master/admin/rest.png",
6 years ago
"keywords": ["rest", "REST"],
"readme": "https://git.spacen.net/yunkong2/yunkong2.rest/blob/master/README.md",
6 years ago
"loglevel": "info",
"type": "communication",
"dependencies": [{"js-controller": ">=0.12.0"}]
},
"native": {
"test1": true,
6 years ago
"test2": 41,
6 years ago
"port": 9090,
"auth": false,
"secure": false,
"bind": "0.0.0.0",
"defaultUser": "admin",
"certPublic": "defaultPublic",
"certPrivate": "defaultPrivate",
"certChained": "",
"pollURL": "",
"interval": 30000,
"leEnabled": false,
"leUpdate": false,
"leCheckPort": 80,
6 years ago
"doorInputs": [
{
"type": "state",
"common": {
"role": "button",
"name": "Shuts the system running Kodi down",
"type": "boolean",
"read": false,
"write": true,
"def": false
},
"native": {}
}
],
"doorOutputs": []
6 years ago
},
"objects": [
6 years ago
],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If master connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
6 years ago
]
}