From ad73b91cc5b8fad7c447e61e039e44e7d7035f6e Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sat, 7 Jan 2023 12:33:24 +0100 Subject: [PATCH] - suppression capteur mvmt 2 du salon --- hooks/scripts/rdc_salon_eclairage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/scripts/rdc_salon_eclairage.php b/hooks/scripts/rdc_salon_eclairage.php index e897f27..acca2a3 100644 --- a/hooks/scripts/rdc_salon_eclairage.php +++ b/hooks/scripts/rdc_salon_eclairage.php @@ -6,7 +6,7 @@ class rdc_salon_eclairage extends hook public $active = true; // list of devices we are listening to protected $devicelist = array( - RDC_SALON_MVMT => "occupancy", + //RDC_SALON_MVMT => "occupancy", RDC_SALON_MVMT2 => "occupancy", RDC_ENTREE_PORTE => "contact", RDC_SALON_LUMINOSITE => "illuminance_lux", @@ -14,7 +14,7 @@ class rdc_salon_eclairage extends hook RDC_SALON_PRESENCE => "presence" ); protected $actionneurs = array( - array(RDC_SALON_MVMT, "occupancy", 1), + //array(RDC_SALON_MVMT, "occupancy", 1), array(RDC_SALON_MVMT2, "occupancy", 1), array(RDC_SALON_PRESENCE, "presence", 1) );