AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
OrroOrro

SET Dimmer

This action will set the dimmer for the specified switch or group of switches.

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 the dimmer for the specified switch or group of switches.
API endpoint slug
orro.set_lights_dimmer
Filter code method
Orro.setLightsDimmer.skip(string?: reason)
Runtime method
runAction("orro.set_lights_dimmer", {})

Action fields

Target Dropdown list

Label
Which lights do you want to set the dimmer?
Slug
target
Required
true
Can have default value
false

Value Text input > Other

Label
Set dimmer to
Helper text
Whole number between 0 and 100
Slug
value
Required
true
Can have default value
true
Filter code method
Orro.setLightsDimmer.setValue(string: value)