File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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"]
You can’t perform that action at this time.
0 commit comments