About this query
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 query returns a list of when the home scene was changed.
- API endpoint slug
- noonhome.history_of_home_scene_changed
- Runtime method
- performQuery("noonhome.history_of_home_scene_changed")
Query fields
Scene in structure Dropdown list
- Label
- What home scene?
- Helper text
- Select the home scene to watch for changes.
- Slug
- scene_in_structure
- Required
- true
- Can have default value
- false
Ingredients
Date timeThe date and time the scene was changed.
- Slug
- date_time
- Filter code
- Noonhome.historyOfHomeSceneChanged.DateTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
HomeThe name of the home that changed.
- Slug
- structure_name
- Filter code
- Noonhome.historyOfHomeSceneChanged.Home
- Type
- String
- Example
- Vacation Villa
SceneThe name of the home scene that was activated in the home.
- Slug
- scene_name
- Filter code
- Noonhome.historyOfHomeSceneChanged.Scene
- Type
- String
- Example
- Welcome Home
Home IDThe unique GUID of the home that changed.
- Slug
- structure
- Filter code
- Noonhome.historyOfHomeSceneChanged.HomeId
- Type
- String
- Example
- 4463B09A-3E69-40A4-89A6-89A496858990
Scene IDThe unique GUID of the home scene that was changed to.
- Slug
- scene
- Filter code
- Noonhome.historyOfHomeSceneChanged.SceneId
- Type
- String
- Example
- 4463B09A-3E69-40A4-89A6-89A496858990