[CODE] change sun zenit to custom value

This commit is contained in:
Jannik Beyerstedt 2017-08-24 08:30:40 +02:00
parent 73b896c395
commit c12367f238
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ $sunsetTrue = 90+50/60; /* "true" sunrise/ sunset */
$sunsetCivilian = 96; /* Civilian Twilight */
$sunsetNautical = 102; /* Nauticla Twilight */
$sun_zenith = $sunsetCivilian;
$sun_zenith = 93; /* use one of the above $sunset* or own value */
$timezone = "Europe/Berlin";
class LightStatus {