Explore Plans
Mobile menu Close menu
Noon Home

Scene changed

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

Developer info

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

Room The name of the room that changed.

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

Scene The name of the scene that was turned on in the room.

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

Room The unique GUID of the room that changed.

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

Scene The 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 on Tells whether the lights are on or off in the space.

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

Date time The 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+05:00