Skip to content

Commit 5cb8617

Browse files
committed
fix
1 parent 83f52b2 commit 5cb8617

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

backend/asyncapi.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,18 @@ channels:
166166
example: 12.2
167167
hangboard/sensor/sensorstatus:
168168
subscribe:
169-
summary: Information on the current loasensord status including the calculated values.
169+
summary: Current sensor status, i.e. hang status.
170170
operationId: GetCurrentSensorStatus
171171
message:
172-
name: Load Status
172+
name: Sensor Status
173173
payload:
174174
type: object
175175
properties:
176-
HangChangeDetected:
177-
type: String #
178-
description: Is there a change in hang status detected?
179-
example: ["Hang", "NoHang"]
176+
HangChangeDetected:
177+
type: string
178+
description: Hang change detected.
179+
examples: ["Hang", "NoHang"]
180180
HangDetected:
181-
type: String # True / False
182-
description: Somebody hanging? Yes or no?
181+
type: string
182+
description: Hang change detected.
183183
examples: ["True", "False"]

0 commit comments

Comments
 (0)