no message

This commit is contained in:
2026-05-26 11:01:16 +02:00
parent 0d397dfac4
commit 65147ebb0c
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -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": ""
}
+1 -1
View File
@@ -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()