added garage/portail
This commit is contained in:
parent
97f8050d29
commit
39c20e275d
@ -24,6 +24,7 @@ $deviceTable = array(
|
||||
"0xa4c1384a2b586da9" => "RDC_WC_MVMT",
|
||||
"0x00124b001f90ee7e" => "ENTREE_PORTE",
|
||||
"0x00124b002226d9a2" => "GARAGE_PORTE",
|
||||
"0x00158d0006bfb1e5" => "GARAGE_PORTAIL",
|
||||
"0x00124b001f90e725" => "RDC_CHAMBRE_BAIE",
|
||||
"0x00124b002226e384" => "RDC_SALON_BAIE",
|
||||
"0xbc33acfffe4583f7" => "ETAGE_SALON_RADIATEUR",
|
||||
|
@ -8,7 +8,8 @@ class alerte_intrusion extends hook
|
||||
ENTREE_PORTE => "contact",
|
||||
GARAGE_PORTE => "contact",
|
||||
RDC_CHAMBRE_BAIE => "contact",
|
||||
RDC_SALON_BAIE => "contact"
|
||||
RDC_SALON_BAIE => "contact",
|
||||
GARAGE_PORTAIL => "contact"
|
||||
);
|
||||
|
||||
// callback fonction. Is called with these 4 parameters
|
||||
|
Loading…
Reference in New Issue
Block a user