diff --git a/MQTTPublishHelper/form.json b/MQTTPublishHelper/form.json index e7e23e4..839399e 100644 --- a/MQTTPublishHelper/form.json +++ b/MQTTPublishHelper/form.json @@ -1,16 +1,8 @@ { "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');" - } +{ + "type": "Label", + "caption": "Dieses Modul published MQTT-Nachrichten für das andere Modul." +} ] } \ No newline at end of file