diff --git a/MQTTBatterySDL/module.json b/MQTTBatterySDL/module.json index e61831d..9f199c9 100644 --- a/MQTTBatterySDL/module.json +++ b/MQTTBatterySDL/module.json @@ -6,9 +6,7 @@ "aliases": [ "MQTT Battery SDL" ], - "parentRequirements": [ - "{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}" - ], + "parentRequirements": [], "childRequirements": [], "implemented": [], "prefix": "MBSDL", diff --git a/MQTTBatterySDL/module.php b/MQTTBatterySDL/module.php index b881a8d..53d6354 100644 --- a/MQTTBatterySDL/module.php +++ b/MQTTBatterySDL/module.php @@ -31,7 +31,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}'); + } public function ApplyChanges()