no message
This commit is contained in:
@@ -1,50 +1,9 @@
|
||||
{
|
||||
"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();"
|
||||
"type": "ValidationTextBox",
|
||||
"name": "DeviceID",
|
||||
"caption": "Device ID"
|
||||
}
|
||||
],
|
||||
"actions": []
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,9 +1,50 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"type": "ValidationTextBox",
|
||||
"name": "DeviceID",
|
||||
"caption": "Device ID"
|
||||
"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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user