30 lines
623 B
JSON
30 lines
623 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "SelectInstance",
|
|
"name": "MQTTServer",
|
|
"caption": "MQTT Server",
|
|
"filter": "moduleID:{043EA491-84DA-4DFD-B9D4-44B4E63F23D1}"
|
|
},
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "DeviceID",
|
|
"caption": "Device ID"
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "Label",
|
|
"label": "Dieses Modul erzeugt automatisch MQTT Server Devices für die beiden Topics:"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"label": "→ feedback-request/<DeviceID>"
|
|
},
|
|
{
|
|
"type": "Label",
|
|
"label": "→ remote-control-response/<DeviceID>"
|
|
}
|
|
]
|
|
}
|