- suppression capteur mvmt 2 du salon
This commit is contained in:
parent
c018d8c0b7
commit
ad73b91cc5
@ -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)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user