I want to develop smart home actions for dimmer product, What device traits type I need to use, I know it need OnOff traits, but what about the power level control, it need to set 0-100%, what trait I need to use?
Asked
Active
Viewed 56 times
1 Answers
2
For a light dimmer, in addition to the OnOff trait, it sounds like you want to implement the Brightness trait. This lets you set the power level to an integer in between 0 and 100 inclusive.

Prisoner
- 49,922
- 7
- 53
- 105