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: docs_src/design/adr/device-service/0020-invoking-functions.md
+34-11
Original file line number
Diff line number
Diff line change
@@ -63,20 +63,43 @@ this is unintuitive.
63
63
64
64
Note: the `attributes` structure is analagous to `attributes` in a `deviceResource`. Each device service should document and implement a scheme of required attributes that will allow for selection of the relevant funtion. The function's `name` is intended for UI and logging purposes and should not be used for actual function selection on the device.
65
65
66
-
**Add a REST endpoint to the device service for performing functions**
66
+
**Define MessageBus topics on which function call requests and replies are to be made**
0 commit comments