From 5a85ee4f5eaf35d6708da85bbad7ddc51ae8d725 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 30 Nov 2023 20:17:52 +0100 Subject: [PATCH] . --- .idea/dataSources.local.xml | 2 +- .idea/workspace.xml | 7 ++++--- scripts/lib/scenes.php | 2 ++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index 3521f9c..b5f2ef1 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9b7d4cf..a021ecf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,8 @@ - + diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index 9269591..fa410e7 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -701,7 +701,9 @@ $scenes = [ ['type' => 'scene', 'scene' => 'sdb/on'], ['type' => 'scene', 'scene' => 'cour/auto'], ['type' => 'scene', 'scene' => 'chambre/deshumidificateur/on'], + ['type' => 'scene', 'scene' => 'chambre/rideaux/open'], ['type' => 'ecomode', 'mode' => '0'], + ['type' => 'nightmode', 'mode' => '0'], ], 'home/hueoff' => [ ['type' => 'hue', 'group' => 17, 'scene' => ['on' => false, 'effect' => 'none']], -- 2.39.5