diff --git a/MQTTBatterySDL/module.json b/MQTTBatterySDL/module.json index 6a6d9aa..95a4f52 100644 --- a/MQTTBatterySDL/module.json +++ b/MQTTBatterySDL/module.json @@ -7,12 +7,10 @@ "MQTT Battery SDL" ], "parentRequirements": [ - "{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}" + "{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}" ], "childRequirements": [], - "implemented": [ - "{D1FEE0E7-2E5C-4F8B-9C6A-111111111111}" - ], + "implemented": [], "prefix": "MBSDL", "url": "" } \ No newline at end of file diff --git a/MQTTBatterySDL/module.php b/MQTTBatterySDL/module.php index 5eaf6c5..44a48d6 100644 --- a/MQTTBatterySDL/module.php +++ b/MQTTBatterySDL/module.php @@ -34,7 +34,7 @@ class MQTTBatterySDL extends IPSModule $this->RegisterVariableString('LastReadResponse', 'Letzte Lese-Antwort', '', 70); $this->RegisterVariableString('LastWriteResponse', 'Letzte Steuer-Antwort', '', 80); - $this->ConnectParent('{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}'); + $this->ConnectParent('{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}'); } public function ApplyChanges()