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?