diff --git a/VGT_Sub/module.php b/VGT_Sub/module.php index 221c2a6..05da904 100644 --- a/VGT_Sub/module.php +++ b/VGT_Sub/module.php @@ -45,7 +45,7 @@ class VGT_Sub extends IPSModule $this->Subscribe("remote-control-request/$dev"); } } - + public function RequestAction($Ident, $Value) { // Einfach akzeptieren und nichts machen @@ -202,3 +202,5 @@ class VGT_Sub extends IPSModule } } } + +?>