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.

65 lines
2.0 KiB

6 years ago
{
"common": {
"name": "sonoff",
"version": "2.2.3",
"title": "Sonoff",
"desc": {
6 years ago
"en": "This adapter allows to connect sonoff components via MQTT"
6 years ago
},
"authors": [
"bluefox <dogafox@gmail.com>"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"compact": true,
"enabled": true,
6 years ago
"readme": "https://github.com/yunkong2/yunkong2.sonoff/blob/master/README.md",
6 years ago
"loglevel": "info",
"icon": "sonoff.png",
"materialize": true,
"keywords": ["ITEAD", "MQTT", "Sonoff", "Tasmota"],
6 years ago
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.sonoff/master/admin/sonoff.png",
6 years ago
"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": {}
}
]
}