From da64ec8164b235342da6ed0e66b5cebcf459f720 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 26 May 2025 13:59:48 +0200 Subject: [PATCH] d --- 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 1bba5e3..6b74647 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->RegisterPropertyString("mqtt_instance_id", ""); + $this->RegisterPropertyInteger("mqtt_instance_id", ""); // Nachricht-Payload-Parameter als Properties $this->RegisterPropertyInteger("msg_id", 100); $this->RegisterPropertyString("src", "user1");