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: draft-ietf-asdf-instance-information.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -730,6 +730,7 @@ For `sdfProperty` definitions, this is very straightforward, as previously seen
730
730
Actions and events, however, need to be handled differently: In the case of actions, the state of one or more actions is reported, which might already be in a completed or error state, or may also still be running.
731
731
For events, a history is reported that includes the returned values.
732
732
The exact of number of action and event reports is implementation-dependent and may vary between deployments.
733
+
Documents that add additional `sdfProtocolMap` definitions may also define protocol-specific ways to control the size of the histories returned.
733
734
734
735
{{code-snapshot-with-actions-and-events}} shows an example of a Snapshot Message for a lightswitch which reports the results of two `toggle` actions, one of which failed.
735
736
The successfully completed action caused the emission of a `toggleEvent` with the same `timestamp`.
0 commit comments