New services
Explore Plans
Mobile menu Close menu
Noon HomeNoon Home

Scene changed

This trigger fires when the scene in a room is changed.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when the scene in a room is changed.
API endpoint slug
noonhome.scene_changed

Trigger fields

Scene in space Dropdown list

Label
Which scene in which room?
Helper text
Select the scene and room to watch for changes.
Slug
scene_in_space
Required
true
Can have default value
false

Lights on Dropdown list

Label
Turned on or off?
Slug
lights_on
Required
true
Can have default value
true

Ingredients

RoomThe name of the room that changed.

Slug
space_name
Filter code
Noonhome.sceneChanged.Room
Type
String
Example
Kitchen

SceneThe name of the scene that was turned on in the room.

Slug
scene_name
Filter code
Noonhome.sceneChanged.Scene
Type
String
Example
Everyday

Room IDThe unique GUID of the room that changed.

Slug
space
Filter code
Noonhome.sceneChanged.RoomId
Type
String
Example
4463B09A-3E69-40A4-89A6-89A496858990

Scene IDThe unique GUID of the scene that was changed to.

Slug
scene
Filter code
Noonhome.sceneChanged.SceneId
Type
String
Example
4463B09A-3E69-40A4-89A6-89A496858990

Lights onTells whether the lights are on or off in the space.

Slug
lights_on
Filter code
Noonhome.sceneChanged.LightsOn
Type
String
Example
on

Date timeThe date and time the scene was changed.

Slug
date_time
Filter code
Noonhome.sceneChanged.DateTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00