This Action will set color of your Thinka devices that support color.
- API endpoint slug
- thinka.set_color_setting
- Filter code method
- Thinka.setColorSetting.skip(string?: reason)
- Runtime method
- runAction("thinka.set_color_setting", {})
Action fields
- Label
- Device
- Slug
- traits_color_setting
- Required
- true
- Can have default value
- false
- Label
- Hue
- Helper text
- Should be between 0 and 360
- Slug
- hue
- Required
- true
- Can have default value
- true
- Filter code method
- Thinka.setColorSetting.setHue(string: hue)
- Label
- Saturation
- Helper text
- Should be between 0 and 100
- Slug
- saturation
- Required
- true
- Can have default value
- true
- Filter code method
- Thinka.setColorSetting.setSaturation(string: saturation)
- Label
- Brightness
- Helper text
- Should be between 0 and 100
- Slug
- value
- Required
- true
- Can have default value
- true
- Filter code method
- Thinka.setColorSetting.setValue(string: value)