1
0

- suppression capteur mvmt 2 du salon

This commit is contained in:
Daniel Tartavel 2023-01-07 12:33:24 +01:00
parent c018d8c0b7
commit ad73b91cc5

View File

@ -6,7 +6,7 @@ class rdc_salon_eclairage extends hook
public $active = true; public $active = true;
// list of devices we are listening to // list of devices we are listening to
protected $devicelist = array( protected $devicelist = array(
RDC_SALON_MVMT => "occupancy", //RDC_SALON_MVMT => "occupancy",
RDC_SALON_MVMT2 => "occupancy", RDC_SALON_MVMT2 => "occupancy",
RDC_ENTREE_PORTE => "contact", RDC_ENTREE_PORTE => "contact",
RDC_SALON_LUMINOSITE => "illuminance_lux", RDC_SALON_LUMINOSITE => "illuminance_lux",
@ -14,7 +14,7 @@ class rdc_salon_eclairage extends hook
RDC_SALON_PRESENCE => "presence" RDC_SALON_PRESENCE => "presence"
); );
protected $actionneurs = array( protected $actionneurs = array(
array(RDC_SALON_MVMT, "occupancy", 1), //array(RDC_SALON_MVMT, "occupancy", 1),
array(RDC_SALON_MVMT2, "occupancy", 1), array(RDC_SALON_MVMT2, "occupancy", 1),
array(RDC_SALON_PRESENCE, "presence", 1) array(RDC_SALON_PRESENCE, "presence", 1)
); );