Dim Rachio lights when Ring detects motion
This action will adjust the lighting zone dimming level. If the zone is currently off, it will turn on. Make sure to calibrate dimmable lights in the Rachio app.
Developer info
- API endpoint slug
- rachio_smart_lighting_controller.dim_lighting_zone
- Filter code method
- RachioSmartLightingController.dimLightingZone.skip(string?: reason)
- Runtime method
- runAction("rachio_smart_lighting_controller.dim_lighting_zone", {})
Action fields
Lighting zone Dropdown list
- Label
- Which lighting zone?
- Slug
- lighting_zone_id
- Required
- true
- Can have default value
- false
Dimming percent Text input > Other
- Label
- What dimming percent?
- Helper text
- Dimming percentage should be from 0 to 100.
- Slug
- dimming_percent
- Required
- true
- Can have default value
- true
- Filter code method
- RachioSmartLightingController.dimLightingZone.setDimmingPercent(string: dimming_percent)