From: Vincent Date: Fri, 30 Apr 2021 15:55:44 +0000 (+0200) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=560136229decca172106fef13ac529f3cbeddbdb;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b7db161..38343aa 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index b585e5a..b3db125 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -356,11 +356,13 @@ $scenes = [ ['type' => 'function', 'function' => 'epson', 'args' => [false, true]], ], 'salon/on' => [ + ['type' => 'domoticz', 'scene' => 45, 'command' => true, 'priority' => true], ['type' => 'hue', 'group' => $salon, 'scene' => 'Gte8sl76rzAD1wO', 'repeat' => 2], //['type' => 'insteon', 'command' => '0?113=I=0=0'], ['type' => 'scene', 'scene' => 'salon/cheminee', 'delay' => 1], ], 'salon/off' => [ + ['type' => 'domoticz', 'scene' => 45, 'command' => false, 'priority' => true], ['type' => 'hue', 'group' => $salon, 'scene' => array('on' => false)], //['type' => 'insteon', 'command' => '0?133=I=0=0'], ['type' => 'function', 'function' => 'chemineeOff', 'args' => ['salon']], @@ -373,20 +375,24 @@ $scenes = [ // ['type' => 'insteon', 'command' => '0?1111=I=0=0'], ], 'salon/cineclub' => [ + ['type' => 'domoticz', 'scene' => 46, 'command' => true, 'priority' => true], ['type' => 'hue', 'group' => $salon, 'scene' => 'xpCjXtV3u7O1kYu', 'repeat' => 2], ['type' => 'scene', 'scene' => 'salon/cinemabase'], ], 'salon/cinema' => [ + ['type' => 'domoticz', 'scene' => 47, 'command' => true, 'priority' => true], ['type' => 'hue', 'group' => $salon, 'scene' => 'AsU9eOyGsjEyz35', 'repeat' => 2], ['type' => 'scene', 'scene' => 'salon/cinemabase'], ], 'salon/tamise' => [ ['type' => 'ecomode', 'mode' => '0'], + ['type' => 'domoticz', 'scene' => 48, 'command' => true, 'priority' => true], ['type' => 'hue', 'group' => $salon, 'scene' => 'RbjnIcLtcDuHbfU', 'repeat' => 2], // ['type' => 'insteon', 'command' => '0?1130=I=0=0'], ['type' => 'function', 'function' => 'chemineeOn', 'args' => ['salon', 'fire', 0.8]], ], 'salon/lecturenocture' => [ + ['type' => 'domoticz', 'scene' => 49, 'command' => true, 'priority' => true], ['type' => 'hue', 'group' => $salon, 'scene' => 'HZiYyM6hMUMkmiY'], // ['type' => 'insteon', 'command' => '0?1113=I=0=0'], ['type' => 'function', 'function' => 'chemineeOn', 'args' => ['salon', 'fire', 0.25]],