New services
Explore Plans
Mobile menu Close menu
Honeywell HomeHoneywell Home

Control my Z-Wave light or outlet

This action will set my Z-Wave light or outlet on or off, and control brightness (if available).

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 my Z-Wave light or outlet on or off, and control brightness (if available).
API endpoint slug
honeywell_lyric.dasControlLight
Filter code method
HoneywellLyric.dasControlLight.skip(string?: reason)
Runtime method
runAction("honeywell_lyric.dasControlLight", {})

Action fields

System Dropdown list

Label
Select system
Slug
system
Required
true
Can have default value
false

State Dropdown list

Label
On or off?
Slug
state
Required
true
Can have default value
true
Filter code method
HoneywellLyric.dasControlLight.setState(string: state)

Value Text input > Other

Label
Brightness (optional)
Helper text
Enter a value from 0 to 99 if you wish to control the brightness. Only applies to dimmer switches.
Slug
value
Required
false
Can have default value
true
Filter code method
HoneywellLyric.dasControlLight.setValue(string: value)