1
0

added some javascript to webserver\nsome debugging

This commit is contained in:
2022-03-06 01:30:33 +01:00
parent a2d2909a23
commit 9dde1c2d53
13 changed files with 230 additions and 179 deletions

View File

@@ -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
);