WebThingsIO / api

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

Add "auto" to HeatingCoolingProperty #144

Closed flatsiedatsie closed 4 years ago

flatsiedatsie commented 4 years ago

In MySensors, there are four options:

                            'enum': [
                                'Off',
                                'HeatOn',
                                'CoolOn',
                                'AutoChangeOver'
                              ]

Having an "auto" option, where the device is allowed to both heat or cool depending on the situation, might make sense?

flatsiedatsie commented 4 years ago

It seems "ThermostatModeProperty" supports what I was looking for.