iobroker.fhem
Version:
39 lines • 641 B
JSON
{
"type": "panel",
"i18n": true,
"items": {
"host": {
"type": "text",
"label": "FHEM Telnet IP",
"sm": 12,
"md": 6,
"lg": 4
},
"port": {
"type": "number",
"label": "FHEM Telnet Port",
"min": 0,
"max": 65535,
"sm": 6,
"md": 3,
"lg": 2
},
"password": {
"newLine": true,
"type": "password",
"label": "Password",
"repeat": true,
"sm": 12,
"md": 9,
"lg": 6
},
"prompt": {
"newLine": true,
"type": "text",
"label": "Prompt",
"sm": 12,
"md": 9,
"lg": 6
}
}
}