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.
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
Label
Which lighting zone?
Slug
lighting_zone_id
Required
true
Can have default value
false
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.setDimming Percent(string: dimming_percent)