Set LIFX scene with a Flic button click
This Action will activate a Scene.
Developer info
- API endpoint slug
- lifx.activate_scene
- Filter code method
- Lifx.activateScene.skip(string?: reason)
- Runtime method
- runAction("lifx.activate_scene", {})
Action fields
Scene Dropdown list
- Label
- Scene
- Helper text
- The Scene you'd like to activate
- Slug
- scene
- Required
- true
- Can have default value
- false
Transition duration Dropdown list
- Label
- Transition duration
- Helper text
- How long should it take for the lights to transition between colors.
- Slug
- transition_duration
- Required
- false
- Can have default value
- false
Advanced options Text input > Other
- Label
- Advanced options
- Helper text
- Want to set a custom duration? Specify it here. Example: "transition_duration: 5" for a 5 second transition duration. <a href="https://support.lifx.com/hc/en-us/articles/204881760" target="_blank">More info</a>
- Slug
- advanced_options
- Required
- false
- Can have default value
- true
- Filter code method
- Lifx.activateScene.setAdvancedOptions(string: advanced_options)