Set range limit for temperature using Alexa Skill with AWS Lambda

26 views Asked by At

I'm using the Thermostat and ThermostatController interfaces. I want to set a range limit in the temperature, for example, if you are using Celsius, I want that the user can't set a temperature greater than 35, or less than 10.

I've tried to use the ThermostatController.Configuration with the ComponentConfigurationConstraints obj but it didn't work. Does someone know how to set this range?

0

There are 0 answers