iobroker.mhi-wfrac
Version:
Mitsubishi Heavy Industries Air Conditioners with WLAN Adapter WF-RAC
73 lines • 1.95 kB
JSON
{
"i18n": true,
"type": "panel",
"items": {
"hdrIps": {
"type": "header",
"text": "Air Conditioners",
"label": "airConditioners",
"size": 2
},
"devices": {
"type": "table",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"label": "",
"showSecondAddAt": 5,
"items": [
{
"type": "checkbox",
"attr": "enabled",
"width": "16%",
"title": "Enabled",
"tooltip": "Enabled",
"filter": false,
"sort": false,
"default": true
},
{
"type": "text",
"attr": "ip",
"width": "16% ",
"title": "ip",
"tooltip": "ipTooltip",
"filter": false,
"sort": false,
"default": ""
},
{
"type": "text",
"attr": "name",
"width": "16% ",
"title": "Name",
"filter": false,
"sort": false,
"default": ""
}
]
},
"hdrGeneric": {
"type": "header",
"text": "Generic Settings",
"label": "hdrGeneric",
"size": 2
},
"interval": {
"type": "number",
"label": "interval",
"newLine": true,
"default": 20,
"min": 5,
"max": 3600,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
}
}
}