diff --git a/Int_VGT/module.json b/Int_VGT/module.json index e1855a7..c030c1a 100644 --- a/Int_VGT/module.json +++ b/Int_VGT/module.json @@ -3,11 +3,10 @@ "name": "Int_VGT", "type": 3, "vendor": "Belevo", - "aliases": [], + "prefix": "VGT", "parentRequirements": [ - "{EE0D345A-CF31-428A-A613-06B90F6C5C57}" + "{A5D7A5C5-F2BD-4DA3-9C28-DB6C24A34F3C}" ], "childRequirements": [], - "implemented": [], - "prefix": "VGT" + "implemented": [] } diff --git a/Int_VGT/module.php b/Int_VGT/module.php index df89d60..1edfb2f 100644 --- a/Int_VGT/module.php +++ b/Int_VGT/module.php @@ -14,7 +14,7 @@ class Int_VGT extends IPSModule $this->RegisterVariableString('RemoteControlPayload', 'Remote Control Payload', '', 1); // Splitter (MQTT Server) - $this->ConnectParent("{EE0D345A-CF31-428A-A613-06B90F6C5C57}"); + $this->ConnectParent("{A5D7A5C5-F2BD-4DA3-9C28-DB6C24A34F3C}"); } public function ApplyChanges()