This Action will change the color of your lights. Default to white if no color match is found.
- API endpoint slug
- AduroSmart.changecolor
- Filter code method
- AduroSmart.changecolor.skip(string?: reason)
- Runtime method
- runAction("AduroSmart.changecolor", {})
Action fields
- Label
- Which device?
- Helper text
- Choose a device
- Slug
- selectdevice
- Required
- true
- Can have default value
- false
- Label
- Color value or name
- Helper text
- Please input color name or CSS hex code
- Slug
- colorvalue
- Required
- true
- Can have default value
- true
- Filter code method
- AduroSmart.changecolor.setColorvalue(string: colorvalue)