From 4e0a11966f9e3a0b6c5f4f98a612fc479ec87bb6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 5 Jul 2023 09:33:14 +0200 Subject: [PATCH] . --- .idea/workspace.xml | 15 +++------------ scripts/lib/scenes.php | 4 +--- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8190290..2558636 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,16 +5,7 @@ - - - - - - - - - - + diff --git a/scripts/lib/scenes.php b/scripts/lib/scenes.php index 1b8de03..1363ea6 100644 --- a/scripts/lib/scenes.php +++ b/scripts/lib/scenes.php @@ -637,8 +637,7 @@ $scenes = [ ['type' => 'scene', 'scene' => 'bureau/rideaux/close'], ['type' => 'scene', 'scene' => 'bureau/cinema'], ['type' => 'function', 'function' => 'bureauAuto', 'args' => [false]], - //['type' => 'ir', 'room' => 'bureausun', 'device' => 'Projector', 'command' => 'PowerOn'], - ['type' => 'function', 'function' => 'harmonyActivity', 'args' => ['tv']], + ['type' => 'function', 'function' => 'harmonyActivity', 'args' => [HARMONY_TV]], ['type' => 'scene', 'scene' => 'bureau/sound/on'], ], @@ -647,7 +646,6 @@ $scenes = [ ['type' => 'scene', 'scene' => 'bureau/screen/up'], ['type' => 'scene', 'scene' => 'bureau/rideaux/open'], ['type' => 'scene', 'scene' => 'bureau/auto'], - // ['type' => 'ir', 'room' => 'bureausun', 'device' => 'Projector', 'command' => 'PowerOff'], ['type' => 'scene', 'scene' => 'bureau/sound/off'], ], 'bureau/screen/down' => [ -- 2.39.5