From 527c7c7b679d5df35a3afdcd7ffa65db8e7c562a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 13 Nov 2025 09:07:09 +0100 Subject: [PATCH] no message --- Int_VGT/module.json | 7 +++---- Int_VGT/module.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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()