This action will turn on selected Lexi Device
- API endpoint slug
- lexi.deviceturnOn
- Filter code method
- Lexi.deviceturnOn.skip(string?: reason)
- Runtime method
- runAction("lexi.deviceturnOn", {})
Action fields
- Label
- Device List
- Slug
- devicelist
- Required
- true
- Can have default value
- false
- Label
- Brightness
- Slug
- brightness
- Required
- true
- Can have default value
- true
- Filter code method
- Lexi.deviceturnOn.setBrightness(string: brightness)
- Label
- Color
- Slug
- color
- Required
- true
- Can have default value
- false
- Label
- Temperature
- Helper text
- *Please select Temperature as 0% to apply color on the light
- Slug
- temp
- Required
- true
- Can have default value
- true
- Filter code method
- Lexi.deviceturnOn.setTemp(string: temp)