From: Vincent Vanwaelscappel Date: Wed, 15 Feb 2023 09:02:43 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f8404c9b054a77c743bd4fb01b2240d6dc6aa23b;p=tortuga-home.git . --- diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index a2ba836..9ae1436 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f7f586e..aaefba8 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,6 @@ - @@ -1196,14 +1195,8 @@ - - - - 1640525937679 - 1640605498962 @@ -1541,7 +1534,14 @@ - diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index db6e856..59eccf3 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -1023,7 +1023,9 @@ function chambreToggle($fromUserAction = false) { function wcMusic($volume) { $d = date('w'); - if ($d == 3) { + if ($d == 4) { + $music = 'New Morning'; + } else if ($d == 3) { $music = 'Radio Michel'; } else if ($d == 5) { $music = 'Samba';