51 lines
922 B
JSON
51 lines
922 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "Label",
|
|
"caption": "MQTT Einstellungen"
|
|
},
|
|
{
|
|
"type": "Select",
|
|
"name": "MQTTServer",
|
|
"caption": "MQTT Server",
|
|
"options": [
|
|
{
|
|
"caption": "Automatisch (Parent)",
|
|
"value": "auto"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "CheckBox",
|
|
"name": "Debug",
|
|
"caption": "Debug Log aktivieren"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"caption": "Erkannte Shelly Geräte"
|
|
},
|
|
{
|
|
"type": "List",
|
|
"name": "Devices",
|
|
"columns": [
|
|
{
|
|
"caption": "Geräte-ID",
|
|
"name": "id",
|
|
"width": "200px"
|
|
},
|
|
{
|
|
"caption": "Typ",
|
|
"name": "type",
|
|
"width": "150px"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"caption": "Geräte neu scannen",
|
|
"onClick": "ShellyScanDevices();"
|
|
}
|
|
],
|
|
"actions": []
|
|
}
|