iobroker.cloudless-homeconnect
Version:
Adapter für Homeconnect-Geräte ohne Cloud-Kommunikation
52 lines (51 loc) • 792 B
JSON
{
"i18n": true,
"type": "panel",
"items": {
"username": {
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"type": "text",
"label": "App_Email",
"help": "App_Email_help",
"newLine": true
},
"password": {
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"type": "password",
"label": "App_Password",
"help": "App_Password_help",
"newLine": true
},
"maxRetries": {
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"type": "number",
"label": "maxRetries",
"help": "maxRetries_help",
"newLine": true,
"default": 14,
"min": 0
},
"communicationError": {
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"type": "checkbox",
"label": "communicationError",
"newLine": true
}
}
}