From: Vincent Date: Sun, 22 Nov 2020 13:00:06 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=89f65433f5e17caa7f1500976c461bf992894572;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 80753c5..5e5be9a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,6 @@ - @@ -1307,12 +1296,12 @@ - + - + diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index 598eea8..c63b8e9 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -796,17 +796,12 @@ function chambreToggle() function wcToggle() { if (getState('wc') == 1) { - wcOff(); + execScene('wc/off'); } else { wcOn(); } } -function wcOff() -{ - execScene('wc/off'); -} - function sdbToggle() { if (getState('sdb') == 1) {