WebThingsIO / api

Web Thing API Specification
http://iot.mozilla.org/wot/
Other
164 stars 25 forks source link

Add colorTemperature property to onOffColorLight and dimmableColorLight #58

Closed benfrancis closed 6 years ago

benfrancis commented 6 years ago

Some colour bulbs only allow the color "temperature" to be adjusted rather than picking any colour.

Consider adding a Web Thing Type or capability to support this.

benfrancis commented 6 years ago

@mrstegeman says that some bulbs can do both color and colorTemperature and suggests just adding am optional colorTemperature property to onOffColorLight and dimmableColorLight and making color optional too. Let's do that.

mrstegeman commented 6 years ago

Closing this since we're switching to a capabilities system.