From 0fe0d4a91dd85de28509fa060517d9f9b0b2635d Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 26 May 2025 08:47:01 +0200 Subject: [PATCH] - --- 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 6325a90..40379af 100644 --- a/Symcon_Publish_to_Shelly_MQTT/module.php +++ b/Symcon_Publish_to_Shelly_MQTT/module.php @@ -17,7 +17,7 @@ class Symcon_Publish_to_Shelly_MQTT extends IPSModule $this->RegisterPropertyInteger("msg_id", 1); $this->RegisterPropertyString("src", "user1"); $this->RegisterPropertyString("method", "Switch.Set"); - $this->RegisterPropertyBoolean("switch_bool", "true"); + $this->RegisterPropertyBoolean("switch_bool", "false"); }