This commit is contained in:
belevo\mh
2025-05-26 13:59:48 +02:00
parent 84a438c1f5
commit da64ec8164

View File

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