iobroker.reolink
Version:
105 lines (104 loc) • 3.1 kB
JSON
{
"i18n": true,
"type": "tabs",
"tabsStyle": {
"width": "calc(100% - 100px)"
},
"items": {
"_options": {
"type": "panel",
"label": "Kamera Typ",
"items": {
"cameraIp": {
"type": "text",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"label": "IP-Adresse"
},
"cameraProtocol": {
"newLine": true,
"type": "select",
"label": "Protocol",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"options": [
{"label": "https", "value": "https"},
{"label": "http", "value": "http"}
]
},
"sslvalid":{
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"label": "SSL-Zertifikat validieren"
},
"cameraChannel": {
"type": "number",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Kanal"
},
"cameraUser": {
"newLine": true,
"type": "text",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Benutzer"
},
"cameraPassword": {
"type": "password",
"repeat": false,
"visible": false,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Passwort"
},
"UriEncodedPassword":{
"type": "checkbox",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Uri encode password"
}
}
},
"_advanced": {
"type": "panel",
"label": "Erweitert",
"items": {
"apiRefreshInterval": {
"type": "number",
"min": 1,
"max": 10000,
"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4,
"label": "Abfragezyklus der Kamera",
"help": "in Sekunden"
}
}
}
}
}