debug
This commit is contained in:
@@ -51,6 +51,7 @@ $deviceTable = array(
|
||||
"0x04cf8cdf3c7b6056" => "RDC_CHAMBRE_LUMINOSITE",
|
||||
"0x00158d0006c0447c" => "RDC_CHAMBRE_ARMOIRE_GAUCHE",
|
||||
"0x842e14fffe9be0fc" => "RDC_STORE",
|
||||
"0xa4c138165e31c0e8" => "RDC_STORE_VIBRATION",
|
||||
"0x04cf8cdf3c7b3d64" => "RDC_EXTERIEUR_LUMINOSITE",
|
||||
"0x483fda53cbcb" => "METEO"
|
||||
);
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
|
||||
$macAddresses = array(
|
||||
"Daniel" => "E8:78:29:C2:79:22",
|
||||
"Maryclaire" => "D0:9C:7A:DA:8E:D8",
|
||||
"Terence" => "26:4D:40:5F:1E:10"
|
||||
"E8:78:29:C2:79:22" => "Daniel",
|
||||
"D0:9C:7A:DA:8E:D8" => "Maryclaire",
|
||||
"FA:61:B1:D8:3C:D4" => "Maryclaire",
|
||||
"26:4D:40:5F:1E:10" => "Terence"
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -36,6 +36,7 @@ $properties2log = array(
|
||||
"indoortempc" => 0.5,
|
||||
"indoorhumidity" => 0.5,
|
||||
"baromin" => 10,
|
||||
"presence" => null
|
||||
"presence" => null,
|
||||
"vibration" => null
|
||||
);
|
||||
|
||||
|
||||
11
config/users.php
Normal file
11
config/users.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$users = array(
|
||||
"Daniel",
|
||||
"Maryclaire",
|
||||
"Terence"
|
||||
)
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user