added some javascript to webserver\nsome debugging
This commit is contained in:
@@ -21,13 +21,13 @@ $properties2log = array(
|
||||
"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;},
|
||||
"tempf" => 0.5,
|
||||
"tempc" => 0.5,
|
||||
"humidity" => null,
|
||||
"dewptf" => 0.5,
|
||||
"windchillf" => 0.5,
|
||||
"dewptc" => 0.5,
|
||||
"windchillc" => 0.5,
|
||||
"winddir" => 40,
|
||||
"windspeedmph" => 5,
|
||||
"windgustmph" => 5,
|
||||
"windspeedkmh" => 5,
|
||||
"windgustkmh" => 5,
|
||||
"rainin" => null,
|
||||
//"dailyrainin" => null,
|
||||
//"weeklyrainin" => null,
|
||||
@@ -35,7 +35,7 @@ $properties2log = array(
|
||||
//"yearlyrainin" => null,
|
||||
"solarradiation" => 10,
|
||||
"UV" => null,
|
||||
"indoortempf" => 0.5,
|
||||
"indoortempc" => 0.5,
|
||||
"indoorhumidity" => null,
|
||||
"baromin" => 10
|
||||
);
|
||||
|
Reference in New Issue
Block a user