no message

This commit is contained in:
2026-05-26 10:55:21 +02:00
parent 6c326b8420
commit 0d397dfac4
2 changed files with 8 additions and 2 deletions
+6 -2
View File
@@ -6,9 +6,13 @@
"aliases": [ "aliases": [
"MQTT Battery SDL" "MQTT Battery SDL"
], ],
"parentRequirements": [], "parentRequirements": [
"{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}"
],
"childRequirements": [], "childRequirements": [],
"implemented": [], "implemented": [
"{D1FEE0E7-2E5C-4F8B-9C6A-111111111111}"
],
"prefix": "MBSDL", "prefix": "MBSDL",
"url": "" "url": ""
} }
+2
View File
@@ -33,6 +33,8 @@ class MQTTBatterySDL extends IPSModule
$this->RegisterVariableString('LastReadResponse', 'Letzte Lese-Antwort', '', 70); $this->RegisterVariableString('LastReadResponse', 'Letzte Lese-Antwort', '', 70);
$this->RegisterVariableString('LastWriteResponse', 'Letzte Steuer-Antwort', '', 80); $this->RegisterVariableString('LastWriteResponse', 'Letzte Steuer-Antwort', '', 80);
$this->ConnectParent('{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}');
} }
public function ApplyChanges() public function ApplyChanges()