no message

This commit is contained in:
2025-11-13 09:07:09 +01:00
parent d3bf44dc65
commit 527c7c7b67
2 changed files with 4 additions and 5 deletions

View File

@@ -3,11 +3,10 @@
"name": "Int_VGT", "name": "Int_VGT",
"type": 3, "type": 3,
"vendor": "Belevo", "vendor": "Belevo",
"aliases": [], "prefix": "VGT",
"parentRequirements": [ "parentRequirements": [
"{EE0D345A-CF31-428A-A613-06B90F6C5C57}" "{A5D7A5C5-F2BD-4DA3-9C28-DB6C24A34F3C}"
], ],
"childRequirements": [], "childRequirements": [],
"implemented": [], "implemented": []
"prefix": "VGT"
} }

View File

@@ -14,7 +14,7 @@ class Int_VGT extends IPSModule
$this->RegisterVariableString('RemoteControlPayload', 'Remote Control Payload', '', 1); $this->RegisterVariableString('RemoteControlPayload', 'Remote Control Payload', '', 1);
// Splitter (MQTT Server) // Splitter (MQTT Server)
$this->ConnectParent("{EE0D345A-CF31-428A-A613-06B90F6C5C57}"); $this->ConnectParent("{A5D7A5C5-F2BD-4DA3-9C28-DB6C24A34F3C}");
} }
public function ApplyChanges() public function ApplyChanges()