Skip to content

Commit 16dec54

Browse files
SteffenMangoldsebastianharder
authored andcommitted
Update RoomThermostat-local-openapi-v3.yml
Fixing wrong enum values
1 parent 71e39c9 commit 16dec54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi/RoomThermostat-local-openapi-v3.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ components:
163163
description: The type of the Object.
164164
id:
165165
type: string
166-
enum: [deviceServiceId]
166+
enum: [HumidityLevel]
167167
description: "A single fully qualified identifier of the Service of a Device."
168168
deviceId:
169169
type: string
@@ -188,7 +188,7 @@ components:
188188
description: The type of the Object.
189189
id:
190190
type: string
191-
enum: [deviceServiceId]
191+
enum: [TemperatureLevel]
192192
description: "A single fully qualified identifier of the Service of a Device."
193193
deviceId:
194194
type: string

0 commit comments

Comments
 (0)