no message

This commit is contained in:
2026-05-26 10:38:58 +02:00
parent 58fb1ba99e
commit e76406d7d5
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
{ {
"id": "{F4D41B13-9A19-6B53-D4EC-8B6984BC1EC1}", "id": "{E4B7C3D2-47D5-46E8-8B1C-17F5A57E1001}",
"name": "MQTTBatterySDL", "name": "MQTTBatterySDL",
"type": 3, "type": 3,
"vendor": "Belevo AG", "vendor": "Belevo AG",
"aliases": [ "aliases": [
"MQTT Battery SDL" "MQTT Battery SDL"
], ],
"parentRequirements": [], "parentRequirements": [
"{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}"
],
"childRequirements": [], "childRequirements": [],
"implemented": [], "implemented": [],
"prefix": "MBSDL", "prefix": "MBSDL",
+2
View File
@@ -30,6 +30,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()