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
- Label
- Select system
- Slug
- system
- Required
- true
- Can have default value
- false
- Label
- On or off?
- Slug
- state
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellLyric.dasControlLight.setState(string: state)
- 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)