Scenes
A scene is a set of actions on multiple devices executed together.
Create a scene
- Scenes → Create
- Name and description
- Add Actions per device:
on/off/toggle- Delay in seconds between actions
Run a scene
- From the dashboard: Execute
- API:
POST /api/v1/scenes/{id}/execute
Examples
| Scene | Actions |
|---|---|
| Morning | Kitchen lights on + exterior off |
| Away | All devices off |
| Movie | Dim lights + AC on |
Automations
An automation rule can run a scene instead of toggling a single device — see Automation.