Skip to content

Commit

Permalink
Update RoomThermostat-local-openapi-v3.yml
Browse files Browse the repository at this point in the history
Fixing wrong enum values
  • Loading branch information
SteffenMangold authored and sebastianharder committed Jul 3, 2024
1 parent 71e39c9 commit 16dec54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/RoomThermostat-local-openapi-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ components:
description: The type of the Object.
id:
type: string
enum: [deviceServiceId]
enum: [HumidityLevel]
description: "A single fully qualified identifier of the Service of a Device."
deviceId:
type: string
Expand All @@ -188,7 +188,7 @@ components:
description: The type of the Object.
id:
type: string
enum: [deviceServiceId]
enum: [TemperatureLevel]
description: "A single fully qualified identifier of the Service of a Device."
deviceId:
type: string
Expand Down

0 comments on commit 16dec54

Please sign in to comment.