iobroker.govee-local
Version:
Control Govee devices via local access (no cloud)
68 lines (67 loc) • 1.08 kB
JSON
{
"i18n": true,
"type": "panel",
"items": {
"_description": {
"type": "staticText",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"text": "_configDescription"
},
"searchInterval": {
"type": "number",
"min": 1,
"max": 1000,
"xs": 12,
"sm": 6,
"md": 3,
"lg": 2,
"xl": 2,
"label": "_searchInterval"
},
"deviceStatusRefreshInterval": {
"type": "number",
"min": 1,
"max": 1000,
"xs": 12,
"sm": 6,
"md": 3,
"lg": 2,
"xl": 2,
"label": "_deviceStatusRefreshInterval"
},
"interface": {
"type": "ip",
"listenOnAllPorts": true,
"onlyIp4": true,
"label": "_networkInterface",
"newLine": true,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4
},
"_descriptionExtendedLogging": {
"type": "staticText",
"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12,
"text": "_extendedLoggingDescription"
},
"extendedLogging": {
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 3,
"xl": 3,
"label": "_extendedLogging"
}
}
}