File tree 1 file changed +23
-3
lines changed
1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,24 @@ components:
182
182
example :
183
183
- AirQualityLevel
184
184
- SmokeDetectorCheck
185
+ ComfortZone :
186
+ type : object
187
+ description : ComfortZone of Twinguard
188
+ properties :
189
+ name :
190
+ type : string
191
+ custom :
192
+ type : boolean
193
+ minTemperature :
194
+ type : number
195
+ maxTemperature :
196
+ type : number
197
+ minHumidity :
198
+ type : number
199
+ maxHumidity :
200
+ type : number
201
+ maxPurity :
202
+ type : number
185
203
AirQualityLevelServiceStates :
186
204
type : object
187
205
description : AirQualityLevelService states of Twinguard
@@ -201,7 +219,9 @@ components:
201
219
purity :
202
220
type : number
203
221
purityRating :
204
- type : string
222
+ $ref : ' #/components/schemas/RatingState'
223
+ comfortZone :
224
+ $ref : ' #/components/schemas/ComfortZone'
205
225
AirQualityLevelService :
206
226
type : object
207
227
properties :
@@ -211,7 +231,7 @@ components:
211
231
description : The type of the Object.
212
232
id :
213
233
type : string
214
- enum : [deviceServiceId ]
234
+ enum : [AirQualityLevel ]
215
235
description : " A single fully qualified identifier of the Service of a Device."
216
236
deviceId :
217
237
type : string
@@ -240,7 +260,7 @@ components:
240
260
description : The type of the Object.
241
261
id :
242
262
type : string
243
- enum : [deviceServiceId ]
263
+ enum : [SmokeDetectorCheck ]
244
264
description : " A single fully qualified identifier of the Service of a Device."
245
265
deviceId :
246
266
type : string
You can’t perform that action at this time.
0 commit comments