Group Location
Explore Plans
Mobile menu Close menu
PMMI LightingPMMI Lighting

Set "Dimmable" Area Light Level

This action will set a "dimmable" Area/Zone light level between 0 and 100% using a specified transition time.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will set a "dimmable" Area/Zone light level between 0 and 100% using a specified transition time.
API endpoint slug
pmmi_lighting.area_light_level
Filter code method
PmmiLighting.areaLightLevel.skip(string?: reason)
Runtime method
runAction("pmmi_lighting.area_light_level", {})

Action fields

Serial number Nested dropdown list

Label
Serial Number and Area Name
Helper text
Enter the PMMI system serial number and area name to control. Dimmable areas only are applicable to this action.
Slug
serial_number
Required
true
Can have default value
false

Light level Dropdown list

Label
Light Level?
Helper text
Enter the target light level from 0 to 100%.
Slug
light_level
Required
true
Can have default value
true
Filter code method
PmmiLighting.areaLightLevel.setLightLevel(string: lightLevel)

Transition time Dropdown list

Label
Transition Time?
Helper text
Enter the transition time from current level to target level.
Slug
transition_time
Required
true
Can have default value
true
Filter code method
PmmiLighting.areaLightLevel.setTransitionTime(string: transitionTime)