Skip to content

Commit 71e39c9

Browse files
SteffenMangoldsebastianharder
authored andcommitted
Update Twinguard-local-openapi-v3.yml
Fix wrong enum values and add missing comfort-zone type.
1 parent dc17a66 commit 71e39c9

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

openapi/Twinguard-local-openapi-v3.yml

+23-3
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,24 @@ components:
182182
example:
183183
- AirQualityLevel
184184
- 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
185203
AirQualityLevelServiceStates:
186204
type: object
187205
description: AirQualityLevelService states of Twinguard
@@ -201,7 +219,9 @@ components:
201219
purity:
202220
type: number
203221
purityRating:
204-
type: string
222+
$ref: '#/components/schemas/RatingState'
223+
comfortZone:
224+
$ref: '#/components/schemas/ComfortZone'
205225
AirQualityLevelService:
206226
type: object
207227
properties:
@@ -211,7 +231,7 @@ components:
211231
description: The type of the Object.
212232
id:
213233
type: string
214-
enum: [deviceServiceId]
234+
enum: [AirQualityLevel]
215235
description: "A single fully qualified identifier of the Service of a Device."
216236
deviceId:
217237
type: string
@@ -240,7 +260,7 @@ components:
240260
description: The type of the Object.
241261
id:
242262
type: string
243-
enum: [deviceServiceId]
263+
enum: [SmokeDetectorCheck]
244264
description: "A single fully qualified identifier of the Service of a Device."
245265
deviceId:
246266
type: string

0 commit comments

Comments
 (0)