From 2934b44ce74dca6b4739fef1fda221ea2a69b5f6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Sun, 6 Nov 2022 17:30:33 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 21 +++++++++++---------- scripts/lib/denon.php | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) 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'); } -- 2.39.5