61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"common": {
|
|
"name": "mihome",
|
|
"title": "Xiaomi MiHome Gateway",
|
|
"desc": {
|
|
"en": "Xiaomi MiHome gateway support",
|
|
"cn": "小米网关"
|
|
},
|
|
"version": "1.2.3",
|
|
"mode": "daemon",
|
|
"platform": "javascript/Node.js",
|
|
"loglevel": "info",
|
|
"keywords": [
|
|
"mihome",
|
|
"xiaomi"
|
|
],
|
|
"messagebox": true,
|
|
"materialize": true,
|
|
"main": "main.js",
|
|
"license": "MIT",
|
|
"readme": "https://git.spacen.net/yunkong2/yunkong2.mihome/blob/master/README.md",
|
|
"icon": "mihome.png",
|
|
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.mihome/raw/master/admin/mihome.png",
|
|
"type": "iot-systems",
|
|
"enabled": true
|
|
},
|
|
"native": {
|
|
"bind": "0.0.0.0",
|
|
"port": 9898,
|
|
"keys": [
|
|
{"ip": "", "key": ""}
|
|
],
|
|
"interval": 5000,
|
|
"heartbeatTimeout": 20000,
|
|
"restartInterval": 30000
|
|
},
|
|
"objects": [],
|
|
"instanceObjects": [
|
|
{
|
|
"_id": "info",
|
|
"type": "channel",
|
|
"common": {
|
|
"name": "Information"
|
|
},
|
|
"native": {}
|
|
},
|
|
{
|
|
"_id": "info.connection",
|
|
"type": "state",
|
|
"common": {
|
|
"role": "indicator.connected",
|
|
"name": "If connected to MiHome gateway",
|
|
"type": "boolean",
|
|
"read": true,
|
|
"write": false,
|
|
"def": false
|
|
},
|
|
"native": {}
|
|
}
|
|
]
|
|
} |