File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,9 @@ components:
144
144
roomId :
145
145
type : string
146
146
description : The id of the room.
147
+ roomType :
148
+ type : string
149
+ description : The type of the room.
147
150
data :
148
151
type : object
149
152
$ref : " #/components/schemas/temperature"
@@ -160,6 +163,9 @@ components:
160
163
roomId :
161
164
type : string
162
165
description : The id of the room.
166
+ roomType :
167
+ type : string
168
+ description : The type of the room.
163
169
data :
164
170
type : object
165
171
$ref : " #/components/schemas/humidity"
@@ -176,6 +182,9 @@ components:
176
182
roomId :
177
183
type : string
178
184
description : The id of the room.
185
+ roomType :
186
+ type : string
187
+ description : The type of the room.
179
188
data :
180
189
type : object
181
190
$ref : " #/components/schemas/luminosity"
@@ -192,6 +201,9 @@ components:
192
201
roomId :
193
202
type : string
194
203
description : The id of the room.
204
+ roomType :
205
+ type : string
206
+ description : The type of the room.
195
207
data :
196
208
type : object
197
209
$ref : " #/components/schemas/presence"
You can’t perform that action at this time.
0 commit comments