From 64f58ef9cdd77b68a8c2a3dc59c3efcbc3f42ed4 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 12 Feb 2020 09:45:11 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 35 ++++++++++++++++++----------------- scripts/lib/scenes.php | 8 ++++---- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4a6778f..89ce7af 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + @@ -1198,12 +1199,12 @@ - - + + - - + + @@ -1217,12 +1218,12 @@ - - + + - + diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index e991769..cb1eb49 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -37,10 +37,10 @@ $scenes = [ ['type' => 'ifttt', 'event' => 'coffee_on'], ], 'chambre/deshumidificateur/on' => [ - ['type' => 'domoticz', 'device' => '477', 'command' => true, 'priority' => true], + ['type' => 'domoticz', 'device' => '1062', 'command' => true, 'priority' => true], ], 'chambre/deshumidificateur/off' => [ - ['type' => 'domoticz', 'device' => '477', 'command' => false, 'priority' => true], + ['type' => 'domoticz', 'device' => '1062', 'command' => false, 'priority' => true], ], 'chambre/raspberry/on' => [ ['type' => 'insteon', 'command' => '0?1138=I=0=0'], @@ -507,10 +507,10 @@ $scenes = [ ['type' => 'function', 'function' => 'squeezePlayByName', 'args' => ['Rivière', $squeezeboxPlayers['WC'], 65]], ], 'sdb/ampli/on' => [ - ['type' => 'domoticz', 'device' => '1062', 'command' => true, 'priority' => true], + ['type' => 'domoticz', 'device' => '477', 'command' => true, 'priority' => true], ], 'sdb/ampli/off' => [ - ['type' => 'domoticz', 'device' => '1062', 'command' => false, 'priority' => true], + ['type' => 'domoticz', 'device' => '477', 'command' => false, 'priority' => true], ], 'sdb/off' => [ ['type' => 'state', 'key' => 'sdb', 'value' => 0], -- 2.39.5