Scene device
A scene triggers multiple devices at once, creating the perfect environment for any occasion. Node-RED Alexa integration lets you build complex scenes that respond to voice commands, schedules, or even other smart devices.
Output
The following is a sample Node-RED output for this device using default component values:
{
"id": "{--Scene Device ID--}",
"name": "{--Scene Device Name--}",
"type": "scene",
"components": {
"SceneController": {
"action": ""
}
},
"metadata": {
"previous": {
"components": {
...
}
}
}
}
Components
The following components enable various features and controls for this device. Each component offers specific capabilities, commands, and configurations to enhance your Node-RED Alexa integration.
SceneController
The SceneController activates or deactivates predefined scenes.
Commands:
“Alexa, turn on Start My Day.”
“Alexa, turn on Living Room Party.”
“Alexa, turn on Movie Night.”
Specification:
Property | Description | Allowed Values | Default |
---|---|---|---|
action | Activates or deactivates a scene. | Activate, Deactivate |