From: Vincent Date: Wed, 12 Feb 2020 08:45:11 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=64f58ef9cdd77b68a8c2a3dc59c3efcbc3f42ed4;p=tortuga-home.git . --- 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],