From eb0033f5528a0f6d753deb3d897eb7febb99ab66 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 26 Jan 2021 11:03:40 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 24 +++++++++--------------- scripts/domoticz_device_event.php | 1 + 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 51cb41c..013325e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,13 +3,7 @@ - - - - - - diff --git a/scripts/domoticz_device_event.php b/scripts/domoticz_device_event.php index 4e14364..3470c60 100644 --- a/scripts/domoticz_device_event.php +++ b/scripts/domoticz_device_event.php @@ -95,6 +95,7 @@ if ($_GET['device'] == 480) { squeezePlayByName('Samba', $squeezeboxPlayers['Bureau']); } else if (getCurrentHarmonyActivity() == 'musique') { stopHarmony(); + stopPlayersIn('bureau'); } break; case 'Alert': -- 2.39.5