kakopappa / sinric

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
https://sinric.com
284 stars 166 forks source link

Sinric-Change Thermostat Range #463

Open kripavenkatesh opened 3 years ago

kripavenkatesh commented 3 years ago

I'm using Sinric to interface Alexa with a microcontroller (ESP-01S).

Is there a way to change the range of Minimum & Maximum settings of "Thermostat" device

kripavenkatesh commented 3 years ago

I am using the Thermostat to capture Time - to accept values from 0 to 2359 through voice command.

Thermostat device accepts values only upto 999 (including decimals).

For example if I say "2130", I can interpret as 9:30PM.

"11.25" returns 11.25; "1125" doen't respond at all.

kripavenkatesh commented 3 years ago

Or, is there any other device type in Sinric that I can use?