UNPKG

iobroker.lorawan

Version:

converts the desired lora gateway data to a ioBroker structure

86 lines 1.66 kB
{ "i18n": true, "type": "tabs", "tabsStyle": { "width": "calc(100% - 100px)" }, "items":{ "_DiscoveredIds":{ "type": "panel", "label": "_DiscoveredIds", "items": { "_DiscoveredIds":{ "type": "text", "defaultSendTo": "getDiscoveredIds", "minRows": 10, "readOnly": true, "trim": false, "noClearButton": true, "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 } } }, "_PublishedIds":{ "type": "panel", "label": "_PublishedIds", "items": { "_PublishedIds":{ "newLine": true, "type": "text", "defaultSendTo": "getPublishedIds", "minRows": 10, "readOnly": true, "trim": false, "noClearButton": true, "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 } } }, "_SubscribedTopics":{ "type": "panel", "label": "_SubscribedTopics", "items": { "_SubscribedTopics":{ "type": "text", "defaultSendTo": "getSubscribedTopics", "minRows": 10, "readOnly": true, "trim": false, "noClearButton": true, "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 } } }, "_Deviceinformations":{ "type": "panel", "label": "_Deviceinformations", "items": { "_Deviceinformations":{ "type": "text", "defaultSendTo": "getDeviceinformations", "minRows": 10, "readOnly": true, "trim": false, "noClearButton": true, "xs": 12, "sm": 12, "md": 12, "lg": 12, "xl": 12 } } } } }