Files
Symcon_Belevo_Energiemanage…/MQTTPublishHelper/form.json
T
2026-05-26 14:01:13 +02:00

16 lines
396 B
JSON

{
"elements": [
{
"type": "ValidationTextBox",
"name": "Info",
"caption": "Dieses Modul published MQTT-Nachrichten für andere Module."
}
],
"actions": [
{
"type": "Button",
"caption": "Test Publish",
"onClick": "MBPUB_Publish($id, 'test/mqtt-publish-helper', 'hello');"
}
]
}