File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 [https://github.com/kritsel/tado-openapispec-v2](https://github.com/kritsel/tado-openapispec-v2)
3232 * Wiki for this GitHub repo with additional information:
3333 [https://github.com/kritsel/tado-openapispec-v2/wiki](https://github.com/kritsel/tado-openapispec-v2/wiki/)
34- version : 2.2025.01.14.0
34+ version : 2.2025.01.14.1
3535servers :
3636 - url : https://my.tado.com/api/v2/
3737security :
@@ -3428,7 +3428,7 @@ components:
34283428 type : boolean
34293429 example : false
34303430 maxFlowTemperature :
3431- type : number
3431+ type : integer
34323432 example : 50
34333433 description : >
34343434 Not clear if this property always represents a centigrade value,
@@ -3437,13 +3437,13 @@ components:
34373437 type : object
34383438 properties :
34393439 min :
3440- type : number
3440+ type : integer
34413441 example : 30
34423442 description : >
34433443 Not clear if this property always represents a centigrade value,
34443444 or if the unit is based on `Home.temperatureUnit`
34453445 max :
3446- type : number
3446+ type : integer
34473447 example : 80
34483448 description : >
34493449 Not clear if this property always represents a centigrade value,
@@ -3455,8 +3455,8 @@ components:
34553455 type : boolean
34563456 example : false
34573457 maxFlowTemperature :
3458- type : number
3459- description : can be null
3458+ type : integer
3459+ nullable : true
34603460 openThermDeviceSerialNumber :
34613461 type : string
34623462
You can’t perform that action at this time.
0 commit comments