Skip to content

Commit a41ebb1

Browse files
docs(asyncapi): add room type documentation
1 parent 1edd90a commit a41ebb1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/asyncapi/asyncapi.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ components:
144144
roomId:
145145
type: string
146146
description: The id of the room.
147+
roomType:
148+
type: string
149+
description: The type of the room.
147150
data:
148151
type: object
149152
$ref: "#/components/schemas/temperature"
@@ -160,6 +163,9 @@ components:
160163
roomId:
161164
type: string
162165
description: The id of the room.
166+
roomType:
167+
type: string
168+
description: The type of the room.
163169
data:
164170
type: object
165171
$ref: "#/components/schemas/humidity"
@@ -176,6 +182,9 @@ components:
176182
roomId:
177183
type: string
178184
description: The id of the room.
185+
roomType:
186+
type: string
187+
description: The type of the room.
179188
data:
180189
type: object
181190
$ref: "#/components/schemas/luminosity"
@@ -192,6 +201,9 @@ components:
192201
roomId:
193202
type: string
194203
description: The id of the room.
204+
roomType:
205+
type: string
206+
description: The type of the room.
195207
data:
196208
type: object
197209
$ref: "#/components/schemas/presence"

0 commit comments

Comments
 (0)