This Action will make your lights quickly blink the color of your choice.
- API endpoint slug
- MagicLight.BlinkLights
- Filter code method
- MagicLight.blinkLights.skip(string?: reason)
- Runtime method
- runAction("MagicLight.BlinkLights", {})
Action fields
- Label
- Which lights?
- Slug
- which_lights
- Required
- true
- Can have default value
- false
- Label
- Number of blinks
- Slug
- number_of_blinks
- Required
- true
- Can have default value
- false
- Label
- Color
- Slug
- color
- Required
- false
- Can have default value
- false
- Label
- Brightness level?
- Slug
- brightness
- Required
- false
- Can have default value
- false
- Label
- Change new status after blink?
- Helper text
- If yes, the will change to new color and brightness after blink, otherwise will change to original on-off state and color.
- Slug
- keep_after_blink
- Required
- true
- Can have default value
- true
- Filter code method
- MagicLight.blinkLights.setKeepAfterBlink(string: keepAfterBlink)