Skip to content

Commit 05f7c48

Browse files
committed
small flowTempOptimization changes
1 parent b4cc16a commit 05f7c48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tado-openapispec-v2.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ info:
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
3535
servers:
3636
- url: https://my.tado.com/api/v2/
3737
security:
@@ -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

0 commit comments

Comments
 (0)