From: vincent Date: Fri, 15 Apr 2022 10:46:27 +0000 (+0200) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9bcc294e99d27af46d2767eaf7d56042e2f9fb7c;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c738bef..f3aa0db 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,7 @@ - - + diff --git a/scripts/lib/ecomode.php b/scripts/lib/ecomode.php index 2f124b7..6ae5106 100644 --- a/scripts/lib/ecomode.php +++ b/scripts/lib/ecomode.php @@ -38,6 +38,9 @@ function getNightMode() if ($h >= 6 && $h <= 8) { return false; } + if (getSqueezePlayerStatus('Salle de bains')) { + return false; + } if (getState('chambreOff')) { return true; }