From 17d00d37257bc0485265b8e1513ff6344da91a97 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 18 Feb 2020 09:22:51 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 33 +++++++++++++++++---------------- scripts/lib/scenes.php | 4 ++-- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 55592ea..acd5c6e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,7 @@ - + @@ -1204,11 +1205,11 @@ - - + + - + @@ -1223,12 +1224,12 @@ - - + + - + diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index 6bff835..9eb2645 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -269,11 +269,11 @@ $scenes = [ ['type' => 'insteon', 'command' => '0?1326=I=0=0'], ], 'home/alert' => [ - ['type' => 'phonetask', 'phone' => 'vincent', 'task' => 'Tortuga Alerte'], - ['type' => 'domoticz', 'device' => '392', 'command' => true, 'priority' => true], ['type' => 'hue', 'group' => $home, 'scene' => ['alert' => 'select']], ['type' => 'hue', 'group' => $home, 'scene' => ['alert' => 'none'], 'delay' => 1], ['type' => 'hue', 'group' => $home, 'scene' => ['alert' => 'select']], + ['type' => 'phonetask', 'phone' => 'vincent', 'task' => 'Tortuga Alerte'], + ['type' => 'domoticz', 'device' => '392', 'command' => true], ], 'home/aulit' => [ ['type' => 'nightmode', 'mode' => '1'], -- 2.39.5