From: Vincent Vanwaelscappel Date: Sun, 6 Nov 2022 16:30:33 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2934b44ce74dca6b4739fef1fda221ea2a69b5f6;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0a4532e..09aa7a6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + diff --git a/scripts/lib/denon.php b/scripts/lib/denon.php index 9cc5ca7..0dd243a 100644 --- a/scripts/lib/denon.php +++ b/scripts/lib/denon.php @@ -7,7 +7,7 @@ function denon($on = false) if ($state === $on) { return; } - print_r(sshCommand('/usr/local/bin/denon-toggle', 'lit', true, true)); + print_r(sshCommand('/docker/lirc/denon-toggle', 'lit', true, true)); setState('denon', $on ? '1' : '0'); }