récupération après crash
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
$notificationLevel = ALERT;
|
||||
$logLevel = DEBUG | INFO | NOTICE | WARNING | ERROR | ALERT;
|
||||
|
||||
$logLevel = NOTICE | WARNING | ERROR | ALERT;
|
||||
//set the apiServer activ or not
|
||||
$apiServerIsActive = true;
|
||||
// le premier utilisateur est l'utilisateur par défaut
|
||||
$defaultUser = array(
|
||||
"rdc" => "Daniel",
|
||||
|
||||
@@ -35,7 +35,7 @@ $properties2log = array(
|
||||
"UV" => null,
|
||||
"indoortempc" => 0.5,
|
||||
"indoorhumidity" => 0.5,
|
||||
"baromin" => 10,
|
||||
"barominmb" => 10,
|
||||
"presence" => null,
|
||||
"vibration" => null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user