File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
[https://github.com/kritsel/tado-openapispec-v2](https://github.com/kritsel/tado-openapispec-v2)
32
32
* Wiki for this GitHub repo with additional information:
33
33
[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
35
35
servers :
36
36
- url : https://my.tado.com/api/v2/
37
37
security :
@@ -3428,7 +3428,7 @@ components:
3428
3428
type : boolean
3429
3429
example : false
3430
3430
maxFlowTemperature :
3431
- type : number
3431
+ type : integer
3432
3432
example : 50
3433
3433
description : >
3434
3434
Not clear if this property always represents a centigrade value,
@@ -3437,13 +3437,13 @@ components:
3437
3437
type : object
3438
3438
properties :
3439
3439
min :
3440
- type : number
3440
+ type : integer
3441
3441
example : 30
3442
3442
description : >
3443
3443
Not clear if this property always represents a centigrade value,
3444
3444
or if the unit is based on `Home.temperatureUnit`
3445
3445
max :
3446
- type : number
3446
+ type : integer
3447
3447
example : 80
3448
3448
description : >
3449
3449
Not clear if this property always represents a centigrade value,
@@ -3455,8 +3455,8 @@ components:
3455
3455
type : boolean
3456
3456
example : false
3457
3457
maxFlowTemperature :
3458
- type : number
3459
- description : can be null
3458
+ type : integer
3459
+ nullable : true
3460
3460
openThermDeviceSerialNumber :
3461
3461
type : string
3462
3462
You can’t perform that action at this time.
0 commit comments