google-home / smart-home-nodejs

A sample of the Smart Home device control APIs in Actions on Google
Apache License 2.0
894 stars 292 forks source link

How can I change temperature step of the thermostat type from 0.5degree to 1 degree #518

Closed JavaDev99 closed 3 years ago

JavaDev99 commented 4 years ago

I use thermostat type and I need to change step of the temperature from 0.5 to 1 degree. When I says make it cooler Google home sends 0.5 degree down but I need to that it will send 1 degree down I investigated documentation but I didn't find anything helpful How can I do it?

Caprico85 commented 4 years ago

Judging by the docs this could be done using temperatureStepCelsius,

JavaDev99 commented 4 years ago

Does temperatureStepCelsius setting work with action.devices.traits.TemperatureSetting type or Does it work only with action.devices.traits.TemperatureControl type?

Caprico85 commented 4 years ago

Good point. TemperatureControl has a step size, TemperatureSetting does not. Then I'm don't know if it's possible.

proppy commented 3 years ago

This looks like a feature request for the TemperatureSetting trait, I would recommend following the instructions to file an issue on the public issue tracker on https://developers.google.com/assistant/smarthome/support to give it more visibility, as this issue tracker is for filing developer bugs and feature requests with the content of this GitHub repository (Smart Home Node.js sample).