24 lines
429 B
JSON
24 lines
429 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "DeviceID",
|
|
"caption": "Device ID"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "Label",
|
|
"label": "Dieses Modul registriert automatisch die MQTT Topics:"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"label": "→ feedback-request/<DeviceID>"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"label": "→ remote-control-response/<DeviceID>"
|
|
}
|
|
]
|
|
}
|