1
0

added store.php in hooks

This commit is contained in:
2022-03-04 23:32:39 +01:00
parent 9d10e51a24
commit a2d2909a23
2 changed files with 142 additions and 1 deletions

View File

@@ -27,7 +27,10 @@ $deviceTable = array(
"0xbc33acfffe6561e4" => "RDC_CHAMBRE_ECLAIRAGE",
"0x00124b00234484ad" => "RDC_CHAMBRE_MVMT",
"0x04cf8cdf3c7b6056" => "RDC_CHAMBRE_LUMINOSITE",
"0x00158d0006c0447c" => "RDC_CHAMBRE_ARMOIRE_GAUCHE"
"0x00158d0006c0447c" => "RDC_CHAMBRE_ARMOIRE_GAUCHE",
"0x842e14fffe9be0fc" => "RDC_STORE",
"0x04cf8cdf3c7b3d64" => "RDC_EXTERIEUR_LUMINOSITE",
"0x483fda53cbcb" => "METEO"
);
foreach($deviceTable as $device => $name)