You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interfaces/swagger.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,7 @@ tags:
13
13
description: The dotted form of the BOSSWAVE payload object number denoting the format and serialization format of the published BOSSWAVE message
14
14
- name: interface
15
15
description: The name of the BOSSWAVE interface name, e.g. "i.interface"
16
+
- name: signals
17
+
description: Signals are for outputs of a driver (e.g. reporting state). The signal tag specifies a hierarchical breakdown of the signal names and the properties of the interface incorporated in messages on that signal
18
+
- name: slots
19
+
description: Slots are for inputs to a driver (e.g. actuations). The slot tag specifies a hierarchical breakdown of the slot names and the properties of the interface incorporated in messages on that signal
0 commit comments