iobroker.ochsner-roomterminal
Version:
Interface to the Ochsner Roomterminal Webserver (web2comm)
145 lines • 2.89 kB
JSON
{
"i18n": true,
"type": "tabs",
"items": {
"_options": {
"type": "panel",
"label": "Options",
"items": {
"username": {
"type": "text",
"sm": 6,
"md": 3,
"lg": 3,
"label": "Username",
"help": "Your username for the Ochsner Roomterminal"
},
"password": {
"type": "password",
"sm": 6,
"md": 3,
"lg": 3,
"label": "Password",
"help": "Your password for the Ochsner Roomterminal",
"visible": true
},
"serverIP": {
"type": "text",
"sm": 6,
"md": 3,
"lg": 3,
"label": "Server",
"help": "Your IP or hostname of the Ochsner Roomterminal"
},
"pollInterval": {
"type": "number",
"min": 1,
"max": 65535,
"sm": 3,
"md": 2,
"lg": 2,
"label": "Interval",
"help": "Interval in sec between group read requests"
}
}
},
"OIDs": {
"type": "panel",
"label": "OIDs",
"items": {
"OIDs": {
"newLine": true,
"type": "table",
"label": "OIDs",
"noDelete": false,
"sm": 12,
"md": 12,
"lg": 12,
"items": [
{
"type": "checkbox",
"default": true,
"width": "5%",
"title": "enabled",
"attr": "enabled"
},
{
"type": "text",
"attr": "oid",
"width": "15% ",
"title": "OID",
"filter": false,
"sort": true,
"default": ""
},
{
"type": "text",
"attr": "name",
"default": "",
"width": "30% ",
"title": {
"en": "Name",
"de": "Name",
"ru": "Имя",
"pt": "Nome",
"nl": "Naam",
"fr": "Nom",
"it": "Nome",
"es": "Nombre",
"pl": "Nazwa",
"uk": "Ім'я",
"zh-cn": "姓名"
},
"filter": false,
"sort": true
},
{
"type": "checkbox",
"attr": "isStatus",
"default": false,
"width": "5%",
"title": {
"en": "is Status",
"de": "ist Status",
"ru": "статус",
"pt": "é o Estado",
"nl": "status",
"fr": "a) Statut",
"it": "è stato",
"es": "estado",
"pl": "status",
"uk": "статус на сервери",
"zh-cn": "现状"
},
"filter": false,
"sort": false
},
{
"type": "number",
"attr": "group",
"min": 0,
"max": 15,
"default": 0,
"width": "5%",
"title": {
"en": "Group",
"de": "Gruppe",
"ru": "Группа",
"pt": "Grupo",
"nl": "Groep",
"fr": "Groupe",
"it": "Gruppo",
"es": "Grupo",
"pl": "Grupa",
"uk": "Група",
"zh-cn": "集团"
},
"filter": false,
"sort": true
}
]
}
}
}
}
}