diff --git a/MQTTBatterySDL/module.json b/MQTTBatterySDL/module.json index 81ebfb1..dfd844a 100644 --- a/MQTTBatterySDL/module.json +++ b/MQTTBatterySDL/module.json @@ -7,11 +7,11 @@ "MQTT Battery SDL" ], "parentRequirements": [ - "{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}" + "{7F7632D9-FA40-4F38-8DEA-C83CD4325A32}" ], "childRequirements": [], "implemented": [ - "{79827379-F36E-4ADA-8A95-5F8D1DC92FA9}" + "{7F7632D9-FA40-4F38-8DEA-C83CD4325A32}" ], "prefix": "MBSDL", "url": "" diff --git a/MQTTBatterySDL/module.php b/MQTTBatterySDL/module.php index 5e1524f..430f0ea 100644 --- a/MQTTBatterySDL/module.php +++ b/MQTTBatterySDL/module.php @@ -35,7 +35,7 @@ class MQTTBatterySDL extends IPSModule $this->RegisterVariableString('LastWriteResponse', 'Letzte Steuer-Antwort', '', 80); $this->ConnectParent('{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}'); - $this->RequireParent('{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}'); + } public function ApplyChanges()