- debug\n- webserver fonctionnel
This commit is contained in:
@ -18,7 +18,6 @@ $properties2log = array(
|
||||
"position" => null,
|
||||
"pressure" => 10,
|
||||
"occupancy" => null,
|
||||
"tamper" => null,
|
||||
"illuminance_lux" => function($value) {($value < 500?50:$value*10/100); return $value;},
|
||||
// "illuminance" => 8,
|
||||
"requested_brightness_level" => function($value) {($value < 500?50:$value*10/100);return $value;},
|
||||
|
Reference in New Issue
Block a user