Closed JavaDev99 closed 3 years ago
Judging by the docs this could be done using temperatureStepCelsius,
Does temperatureStepCelsius setting work with action.devices.traits.TemperatureSetting type or Does it work only with action.devices.traits.TemperatureControl type?
Good point. TemperatureControl has a step size, TemperatureSetting does not. Then I'm don't know if it's possible.
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).
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?