This commit is contained in:
belevo\mh
2025-05-26 08:47:01 +02:00
parent 8c18282acd
commit 0fe0d4a91d

View File

@@ -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");
}