From f65a449a8f8fb64b88a120eaebc43eb2e02c2553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Thu, 13 Nov 2025 09:30:28 +0100 Subject: [PATCH] no message --- Int_VGT/module.json | 2 +- Int_VGT/module.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Int_VGT/module.json b/Int_VGT/module.json index 6783130..9bea023 100644 --- a/Int_VGT/module.json +++ b/Int_VGT/module.json @@ -5,7 +5,7 @@ "vendor": "Belevo", "aliases": [], "parentRequirements": [ - "{A5D7A5C5-F2BD-4DA3-9C28-DB6C24A34F3C}" + "{C6D2AEB3-6E1F-4B2E-8E69-3A1A00246850}" ], "childRequirements": [], "implemented": [], diff --git a/Int_VGT/module.php b/Int_VGT/module.php index 1edfb2f..0dd7f97 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("{A5D7A5C5-F2BD-4DA3-9C28-DB6C24A34F3C}"); + $this->ConnectParent("{C6D2AEB3-6E1F-4B2E-8E69-3A1A00246850}"); } public function ApplyChanges()