diff --git a/VGT_Sub/module.php b/VGT_Sub/module.php index 1ec12a1..221c2a6 100644 --- a/VGT_Sub/module.php +++ b/VGT_Sub/module.php @@ -45,6 +45,12 @@ class VGT_Sub extends IPSModule $this->Subscribe("remote-control-request/$dev"); } } + + public function RequestAction($Ident, $Value) + { + // Einfach akzeptieren und nichts machen + return true; + } public function GetConfigurationForm() {