From: Vincent Vanwaelscappel Date: Fri, 28 Mar 2025 10:01:31 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f91ccb1696c7b4927c68db02b74e5b049b9e5a5f;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2fef348..3a13e74 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,6 @@ - - diff --git a/scripts/lib/denon.php b/scripts/lib/denon.php index b6dba97..1adbedd 100644 --- a/scripts/lib/denon.php +++ b/scripts/lib/denon.php @@ -185,7 +185,7 @@ function epson($on = true, $force = false) } $currentState = getState('EpsonPowerState', '0') === '1'; - if (!$force && $currentState === $on) { + if (!$force && $currentState === $on && $on) { return; }