Skip to content

Commit

Permalink
docs(asyncapi): add room type documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed Mar 28, 2023
1 parent 1edd90a commit a41ebb1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/asyncapi/asyncapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit a41ebb1

Please # to comment.