From 5fc1171ba1e450d3c988607aa9b830b0de4ff779 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 26 May 2025 14:01:18 +0200 Subject: [PATCH] no message --- Symcon_Publish_to_Shelly_MQTT/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");