From a41ebb1021c05cb666ce4f9759d2ab3076c26183 Mon Sep 17 00:00:00 2001 From: Andrea Acampora Date: Tue, 28 Mar 2023 15:27:46 +0200 Subject: [PATCH] docs(asyncapi): add room type documentation --- docs/asyncapi/asyncapi.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/asyncapi/asyncapi.yml b/docs/asyncapi/asyncapi.yml index cc8cae47..8b37d75c 100644 --- a/docs/asyncapi/asyncapi.yml +++ b/docs/asyncapi/asyncapi.yml @@ -144,6 +144,9 @@ components: roomId: type: string description: The id of the room. + roomType: + type: string + description: The type of the room. data: type: object $ref: "#/components/schemas/temperature" @@ -160,6 +163,9 @@ components: roomId: type: string description: The id of the room. + roomType: + type: string + description: The type of the room. data: type: object $ref: "#/components/schemas/humidity" @@ -176,6 +182,9 @@ components: roomId: type: string description: The id of the room. + roomType: + type: string + description: The type of the room. data: type: object $ref: "#/components/schemas/luminosity" @@ -192,6 +201,9 @@ components: roomId: type: string description: The id of the room. + roomType: + type: string + description: The type of the room. data: type: object $ref: "#/components/schemas/presence"