This Action will make your LIXF Z lights move in a pattern.
Developer info
API endpoint slug
lifx.move
Filter code method
Lifx.move.skip(string?: reason)
Runtime method
runAction("lifx.move", {})
Action fields
Selector Dropdown list
Label
Which lights?
Slug
selector
Required
true
Can have default value
false
Direction Dropdown list
Label
Direction
Slug
direction
Required
true
Can have default value
false
Number of moves Dropdown list
Label
Number of moves
Slug
number_of_moves
Required
true
Can have default value
true
Filter code method
Lifx.move.setNumberOfMoves(string: numberOfMoves)
Move if off Dropdown list
Label
Turn on first?
Helper text
"Yes" will make your lights move, even when they are turned off in the app.
Slug
move_if_off
Required
true
Can have default value
true
Filter code method
Lifx.move.setMoveIfOff(string: moveIfOff)
Advanced options Text input > Other
Label
Advanced options
Helper text
Want an option that's not available? Specify them here. Example: "fade_in_duration: 5; number_of_moves: 6" for 6 moves fading in a 45 seconds period. More info