Explore Plans
Mobile menu Close menu
Rachio Smart Lighting Controller

Lighting zone status

This query returns the current lighting zone status.

Developer info

API endpoint slug
rachio_smart_lighting_controller.lighting_zone_status
Runtime method
performQuery("rachio_smart_lighting_controller.lighting_zone_status"}

Query fields

Lighting zone Dropdown list

Label
Which lighting zone?
Slug
lighting_zone_id
Required
true
Can have default value
false

Ingredients

Controller serial number The serial number of the lighting controller with the zone.

Slug
controller_serial_number
Filter code
RachioSmartLightingController.lightingZoneStatus.ControllerSerialNumber
Type
String
Example
130440810166

Controller name The name of the lighting controller with the zone.

Slug
controller_name
Filter code
RachioSmartLightingController.lightingZoneStatus.ControllerName
Type
String
Example
Front yard lighting

Zone number The number of the lighting zone.

Slug
zone_number
Filter code
RachioSmartLightingController.lightingZoneStatus.ZoneNumber
Type
String
Example
2

Zone name The name of the lighting zone.

Slug
zone_name
Filter code
RachioSmartLightingController.lightingZoneStatus.ZoneName
Type
String
Example
Front walkway

State A lighting zone state can be "ON" or "OFF".

Slug
state
Filter code
RachioSmartLightingController.lightingZoneStatus.State
Type
String
Example
ON

Dimming percent The current dimming percentage of the zone from 0 to 100.

Slug
dimming_percent
Filter code
RachioSmartLightingController.lightingZoneStatus.DimmingPercent
Type
String
Example
50