no message
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user