Change the LED color and intensity of your SkyBell doorbell.
- API endpoint slug
- skybell_gen5.set_rgb
- Filter code method
- SkybellGen5.setRgb.skip(string?: reason)
- Runtime method
- runAction("skybell_gen5.set_rgb", {})
Action fields
- Label
- Hexidecimal RGB Value
- Helper text
- HTML/CSS style RGB color format. #00FF00 is green for example.
- Slug
- hexidecimal_rgb_value
- Required
- true
- Can have default value
- true
- Filter code method
- SkybellGen5.setRgb.setHexidecimalRgbValue(string: hexidecimalRgbValue)
- Label
- Device Name
- Helper text
- The name of the SkyBell device that you wish to update the RGB LEDs on.
- Slug
- device_name
- Required
- true
- Can have default value
- false