From 16dec5431b7a662085bec500bdf49eefabac4e55 Mon Sep 17 00:00:00 2001 From: Steffen Mangold Date: Wed, 3 Jul 2024 02:56:17 +0200 Subject: [PATCH] Update RoomThermostat-local-openapi-v3.yml Fixing wrong enum values --- openapi/RoomThermostat-local-openapi-v3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi/RoomThermostat-local-openapi-v3.yml b/openapi/RoomThermostat-local-openapi-v3.yml index f8f5c8d..b1f1dbf 100644 --- a/openapi/RoomThermostat-local-openapi-v3.yml +++ b/openapi/RoomThermostat-local-openapi-v3.yml @@ -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 @@ -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