From 7fa9d4ba7694759317550787e2dcac6750fbaf76 Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 13 Jan 2020 08:21:36 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 19 +++++++++---------- scripts/lib/scenes.php | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) 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'; -- 2.39.5