no message
This commit is contained in:
@@ -6,9 +6,7 @@
|
|||||||
"aliases": [
|
"aliases": [
|
||||||
"MQTT Battery SDL"
|
"MQTT Battery SDL"
|
||||||
],
|
],
|
||||||
"parentRequirements": [
|
"parentRequirements": [],
|
||||||
"{C8792760-65CF-4C53-B5C7-A30FCC84FEFE}"
|
|
||||||
],
|
|
||||||
"childRequirements": [],
|
"childRequirements": [],
|
||||||
"implemented": [],
|
"implemented": [],
|
||||||
"prefix": "MBSDL",
|
"prefix": "MBSDL",
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ 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()
|
||||||
|
|||||||
Reference in New Issue
Block a user