{ "common": { "name": "mqtt", "version": "2.0.4", "title": "MQTT Broker/Client", "titleLang": { "en": "MQTT Broker/Client" }, "desc": { "en": "This adapter allows to send and receive MQTT messages from yunkong2 and to be a broker" }, "docs": { "en": "docs/en/mqtt.md" }, "license": "MIT", "platform": "Javascript/Node.js", "mode": "daemon", "messagebox": true, "readme": "https://git.spacen.net/yunkong2/yunkong2.mqtt/blob/master/README.md", "loglevel": "info", "icon": "mqtt.png", "materialize": true, "keywords": [ "notification", "MQTT", "message" ], "extIcon": "https://git.spacen.net/raw/yunkong2/yunkong2.mqtt/master/admin/mqtt.png", "type": "protocols", "config": { "width": 800, "height": 850, "minWidth": 400, "minHeight": 400 }, "news": { "2.0.4": { "en": "news", "de": "neues", "ru": "новое" } } }, "native": { "type": "client", "clientId": "", "port": 1883, "ssl": false, "user": "", "pass": "", "url": "localhost", "patterns": "#", "onchange": true, "publishAllOnStart": true, "debug": false, "publish": "*", "certPublic": "", "certPrivate": "", "certChained": "", "prefix": "", "sendAckToo": false, "webSocket": false, "maxTopicLength": 100, "publishOnSubscribe": true, "extraSet": false, "sendOnStartInterval": 2000, "sendInterval": 10, "keepalive": 1000, "reconnectPeriod": 10, "connectTimeout": 30, "clean": false, "defaultQoS": 0, "retain": false, "retransmitInterval": 2000, "retransmitCount": 10, "storeClientsTime": 1440 }, "objects": [], "instanceObjects": [ { "_id": "info", "type": "channel", "common": { "name": "Information" }, "native": {} } ] }