16 lines
396 B
JSON
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');"
|
|
}
|
|
]
|
|
} |