This action will change a device's dimmer level.
- API endpoint slug
- hubitat.action_set_level
- Filter code method
- Hubitat.actionSetLevel.skip(string?: reason)
- Runtime method
- runAction("hubitat.action_set_level", {})
Action fields
- Label
- Which device?
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- What level?
- Slug
- level
- Required
- true
- Can have default value
- true
- Filter code method
- Hubitat.actionSetLevel.setLevel(string: level)
- Label
- What rate?
- Helper text
- The rate at which to change the dimming level.
- Slug
- rate
- Required
- false
- Can have default value
- true
- Filter code method
- Hubitat.actionSetLevel.setRate(string: rate)