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