I think this
was possible to change at the app “Thermostat” and the file "ThermostatSidePanel.qml".
viewtopic.php?f=87&t=11234&start=15#p81012
And then the rows:
rangeMin: 6.0
rangeMax: 30.0
increment: 0.5
valueSuffix: "°"
But with the current firmware this app is not able to be modified by us.
This could may be done by TheHogNL and Toonz and make it changeable at the TSC screen.
I would also like to have the possibility to also modify the range min to a lower value as I have planned this TOON at a building what is used once a week and has very poor isolation.
And to be a control freak I changed the increment also to 0.25 with success.
Also at the same file to see a better resolution of the temperature on the TOON GUI
change this line currentTemperature = app.thermInfo['currentDisplayTemp'] / 100.0;
To this one currentTemperature = app.thermInfo['currentTemp'] / 100.0;
I hope this can be again made possible.