Skip to content

Commit c4cbbbd

Browse files
committed
release v2.2024.08.05.0
1 parent f2e7fd4 commit c4cbbbd

File tree

1 file changed

+35
-7
lines changed

1 file changed

+35
-7
lines changed

tado-openapispec-v2.yaml

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
88
Github repository where this specification is maintained:
99
[https://github.com/kritsel/tado-openapispec-v2](https://github.com/kritsel/tado-openapispec-v2)
10-
version: 2.2024.08.04.0
10+
version: 2.2024.08.05.0
1111
servers:
1212
- url: https://my.tado.com/api/v2/
1313
security:
@@ -172,6 +172,34 @@ paths:
172172
$ref: '#/components/responses/Unauthorized401'
173173
'403':
174174
$ref: '#/components/responses/AccessDenied403'
175+
delete:
176+
summary: Remove the relationship between a mobile device and a home
177+
operationId: deleteMobileDeviceFromHome # hint for client code generators
178+
tags:
179+
- mobile device
180+
parameters:
181+
- in: path
182+
name: homeId
183+
schema:
184+
type: string
185+
required: true
186+
description: ID of a home (unique within a home)
187+
- in: path
188+
name: mobileDeviceId
189+
schema:
190+
type: string
191+
required: true
192+
description: ID of a mobile device
193+
responses:
194+
'200':
195+
description: successful response
196+
'401':
197+
$ref: '#/components/responses/Unauthorized401'
198+
'403':
199+
$ref: '#/components/responses/AccessDenied403'
200+
'404':
201+
$ref: '#/components/responses/NotFound404'
202+
175203
/homes/{homeId}/state:
176204
get:
177205
summary: Get the state of a home
@@ -257,7 +285,7 @@ paths:
257285
summary: Get the current weather for the given home
258286
operationId: getWeather # hint for client code generators
259287
tags:
260-
- report
288+
- home
261289
parameters:
262290
- in: path
263291
name: homeId
@@ -1001,10 +1029,10 @@ components:
10011029
type: number
10021030
format: double
10031031
example: 0.1
1004-
canSetTemperature:
1005-
type: boolean
1006-
example: false
1007-
description: property available for zone type HOT_WATER
1032+
canSetTemperature:
1033+
type: boolean
1034+
example: false
1035+
description: property available for zone type HOT_WATER
10081036

10091037
ZoneState:
10101038
type: object
@@ -1213,4 +1241,4 @@ tags:
12131241
- name: zone
12141242
- name: zone control
12151243
- name: device
1216-
- name: report
1244+
# - name: report

0 commit comments

Comments
 (0)