no message

This commit is contained in:
2026-05-26 11:08:36 +02:00
parent dca888f77a
commit 7b6a398cc3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,11 +7,11 @@
"MQTT Battery SDL" "MQTT Battery SDL"
], ],
"parentRequirements": [ "parentRequirements": [
"{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}" "{7F7632D9-FA40-4F38-8DEA-C83CD4325A32}"
], ],
"childRequirements": [], "childRequirements": [],
"implemented": [ "implemented": [
"{79827379-F36E-4ADA-8A95-5F8D1DC92FA9}" "{7F7632D9-FA40-4F38-8DEA-C83CD4325A32}"
], ],
"prefix": "MBSDL", "prefix": "MBSDL",
"url": "" "url": ""
+1 -1
View File
@@ -35,7 +35,7 @@ class MQTTBatterySDL extends IPSModule
$this->RegisterVariableString('LastWriteResponse', 'Letzte Steuer-Antwort', '', 80); $this->RegisterVariableString('LastWriteResponse', 'Letzte Steuer-Antwort', '', 80);
$this->ConnectParent('{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}'); $this->ConnectParent('{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}');
$this->RequireParent('{F7A0DD2E-7684-95C0-64C2-D2A9DC47577B}');
} }
public function ApplyChanges() public function ApplyChanges()