This Action will change the SkyBell’s LED color.
- API endpoint slug
- skybell.change_led_color
- Filter code method
- Skybell.changeLedColor.skip(string?: reason)
- Runtime method
- runAction("skybell.change_led_color", {})
Action fields
- Label
- Which device?
- Helper text
- The name of your SkyBell
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- Which LED color?
- Helper text
- Color of your SkyBell?s LEDs
- Slug
- led_color
- Required
- true
- Can have default value
- true
- Filter code method
- Skybell.changeLedColor.setLedColor(string: ledColor)