This action will play a light effect on Fingbox LED.
- API endpoint slug
- fing.fingbox_led_effect
- Filter code method
- Fing.fingboxLedEffect.skip(string?: reason)
- Runtime method
- runAction("fing.fingbox_led_effect", {})
Action fields
- Label
- Which Fingbox?
- Helper text
- The Fingbox that will play the LED effect
- Slug
- fingbox_name
- Required
- true
- Can have default value
- false
- Label
- Which color?
- Helper text
- The light color
- Slug
- led_color
- Required
- true
- Can have default value
- true
- Filter code method
- Fing.fingboxLedEffect.setLedColor(string: ledColor)
- Label
- Which effect?
- Helper text
- The LED effect to play
- Slug
- led_effect
- Required
- true
- Can have default value
- true
- Filter code method
- Fing.fingboxLedEffect.setLedEffect(string: ledEffect)
- Label
- For how long?
- Helper text
- Duration of LED effect
- Slug
- duration
- Required
- true
- Can have default value
- true
- Filter code method
- Fing.fingboxLedEffect.setDuration(string: duration)