iobroker.jablotron
Version:
Connects to the Jablotron cloud to access your security system
84 lines • 1.27 kB
JSON
{
"i18n": true,
"type": "panel",
"items": {
"username": {
"type": "text",
"label": "username",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"password": {
"type": "password",
"label": "password",
"newLine": false,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"pollInterval": {
"type": "number",
"label": "pollInterval",
"newLine": true,
"min": 5,
"max": 300,
"default": 10,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"logResponse": {
"type": "checkbox",
"label": "logResponse",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"labelRead": {
"type": "header",
"text": "labelRead",
"size": 3
},
"readSections": {
"type": "checkbox",
"label": "sections",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"readProgrammableGates": {
"type": "checkbox",
"label": "programmableGates",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"readThermoDevices": {
"type": "checkbox",
"label": "thermoDevices",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
}
}
}