From 724b6e2bc799fdcf5331bd49040dbc4043755c49 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 7 Jan 2020 21:44:06 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 28 +++++++++++++--------------- scripts/lib/scenes.php | 4 ++-- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 881669f..6fc8816 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,10 +3,7 @@ - - - - + @@ -1193,12 +1191,12 @@ - + - + diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index 789b6e2..4d69ac0 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -551,10 +551,10 @@ $scenes = [ ['type' => 'function', 'function' => 'squeezePlayByName', 'args' => ['Rivière', $squeezeboxPlayers['Salle de bains'], 65]], ], 'salon/freebox/on' => [ - //['type' => 'domoticz', 'device' => '479', 'command' => true, 'priority' => true], + ['type' => 'domoticz', 'device' => '1265', 'command' => true, 'priority' => true], ], 'salon/freebox/off' => [ - //['type' => 'domoticz', 'device' => '479', 'command' => false, 'priority' => true], + ['type' => 'domoticz', 'device' => '1265', 'command' => false, 'priority' => true], ], 'ecomode/basic' => [ ['type' => 'scene', 'scene' => 'bureau/media/off'],// Media bureau -- 2.39.5