7
7
8
8
Github repository where this specification is maintained:
9
9
[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
11
11
servers :
12
12
- url : https://my.tado.com/api/v2/
13
13
security :
@@ -172,6 +172,34 @@ paths:
172
172
$ref : ' #/components/responses/Unauthorized401'
173
173
' 403 ' :
174
174
$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
+
175
203
/homes/{homeId}/state :
176
204
get :
177
205
summary : Get the state of a home
@@ -257,7 +285,7 @@ paths:
257
285
summary : Get the current weather for the given home
258
286
operationId : getWeather # hint for client code generators
259
287
tags :
260
- - report
288
+ - home
261
289
parameters :
262
290
- in : path
263
291
name : homeId
@@ -1001,10 +1029,10 @@ components:
1001
1029
type : number
1002
1030
format : double
1003
1031
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
1008
1036
1009
1037
ZoneState :
1010
1038
type : object
@@ -1213,4 +1241,4 @@ tags:
1213
1241
- name : zone
1214
1242
- name : zone control
1215
1243
- name : device
1216
- - name : report
1244
+ # - name: report
0 commit comments