diff --git a/Symcon_Publish_to_Shelly_MQTT/module.php b/Symcon_Publish_to_Shelly_MQTT/module.php index 6b74647..d677264 100644 --- a/Symcon_Publish_to_Shelly_MQTT/module.php +++ b/Symcon_Publish_to_Shelly_MQTT/module.php @@ -13,7 +13,7 @@ class Symcon_Publish_to_Shelly_MQTT extends IPSModule $this->RegisterPropertyString("password", ""); $this->RegisterPropertyString("Topic", ""); $this->RegisterPropertyString("client_id", ""); - $this->RegisterPropertyInteger("mqtt_instance_id", ""); + $this->RegisterPropertyInteger("mqtt_instance_id", 0); // Nachricht-Payload-Parameter als Properties $this->RegisterPropertyInteger("msg_id", 100); $this->RegisterPropertyString("src", "user1");