Thermostat: Allow a wider range for min/may values
This commit is contained in:
parent
652727a13b
commit
8a720f5a0f
@ -104,8 +104,8 @@
|
|||||||
"displayName": "Minimum temperature",
|
"displayName": "Minimum temperature",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "DegreeCelsius",
|
"unit": "DegreeCelsius",
|
||||||
"minValue": -20,
|
"minValue": -100,
|
||||||
"maxValue": 49,
|
"maxValue": 99,
|
||||||
"defaultValue": -20
|
"defaultValue": -20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -114,8 +114,8 @@
|
|||||||
"displayName": "Maximum temperature",
|
"displayName": "Maximum temperature",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "DegreeCelsius",
|
"unit": "DegreeCelsius",
|
||||||
"minValue": -19,
|
"minValue": -99,
|
||||||
"maxValue": 50,
|
"maxValue": 100,
|
||||||
"defaultValue": 50
|
"defaultValue": 50
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user