2019-01-16 09:07:10 +08:00
|
|
|
{
|
|
|
|
"common": {
|
|
|
|
"name": "sonoff",
|
|
|
|
"version": "2.2.3",
|
|
|
|
"title": "Sonoff",
|
|
|
|
"desc": {
|
2019-01-16 09:09:54 +08:00
|
|
|
"en": "This adapter allows to connect sonoff components via MQTT"
|
2019-01-16 09:07:10 +08:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
"bluefox <dogafox@gmail.com>"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"platform": "Javascript/Node.js",
|
|
|
|
"mode": "daemon",
|
|
|
|
"compact": true,
|
|
|
|
"enabled": true,
|
2019-01-16 09:09:54 +08:00
|
|
|
"readme": "https://github.com/yunkong2/yunkong2.sonoff/blob/master/README.md",
|
2019-01-16 09:07:10 +08:00
|
|
|
"loglevel": "info",
|
|
|
|
"icon": "sonoff.png",
|
|
|
|
"materialize": true,
|
|
|
|
"keywords": ["ITEAD", "MQTT", "Sonoff", "Tasmota"],
|
2019-01-16 09:09:54 +08:00
|
|
|
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.sonoff/master/admin/sonoff.png",
|
2019-01-16 09:07:10 +08:00
|
|
|
"type": "lighting"
|
|
|
|
},
|
|
|
|
"native": {
|
|
|
|
"port": 1883,
|
|
|
|
"bind": "0.0.0.0",
|
|
|
|
"user": "",
|
|
|
|
"pass": "",
|
|
|
|
"timeout": 300,
|
|
|
|
"TELE_SENSOR": false,
|
|
|
|
"TELE_STATE": false,
|
|
|
|
"STAT_RESULT": false,
|
|
|
|
"storeClientsTime": 1440,
|
|
|
|
"defaultQoS": 0,
|
|
|
|
"retransmitInterval": 2000,
|
|
|
|
"retransmitCount": 10
|
|
|
|
},
|
|
|
|
"objects": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"instanceObjects": [
|
|
|
|
{
|
|
|
|
"_id": "info",
|
|
|
|
"type": "channel",
|
|
|
|
"common": {
|
|
|
|
"name": "Information"
|
|
|
|
},
|
|
|
|
"native": {}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"_id": "info.connection",
|
|
|
|
"type": "state",
|
|
|
|
"common": {
|
|
|
|
"role": "info.clients",
|
|
|
|
"name": "List of connected clients",
|
|
|
|
"type": "string",
|
|
|
|
"read": true,
|
|
|
|
"write": false
|
|
|
|
},
|
|
|
|
"native": {}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|