From: Vincent Date: Mon, 13 Jan 2020 07:21:36 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7fa9d4ba7694759317550787e2dcac6750fbaf76;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7c32049..cc0b40a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,6 @@ - diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index 89ff526..4c27038 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -703,7 +703,7 @@ function sdbToggle() function wcOn($vmc = true) { $hour = getHour(); - if ($hour > 1 && $hour < 6.75) { + if ($hour > 2.5 && $hour < 6.75) { $period = 'night'; } else if ($hour >= 6.75 && $hour < 10) { $period = 'morning';