Skip to content

Commit e200638

Browse files
Update Overview.md
Further simplifications from feedback during activity meeting
1 parent 4b0f099 commit e200638

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Devices with capabilities to detect transmission errors MUST implement the follo
143143

144144
The `autoResetErrorCounters` property allows clients to configure if the error counters automatically reset with each Sender activation (by default devices MUST have this enabled). If this is enabled, senders MUST reset all error counters to 0 after each activation.
145145

146-
Devices MUST be compliant with the monitoring model even when they do not have the capability to detect transmission errors. In such cases they MUST:
146+
Devices that do not have the capability to detect transmission errors MUST:
147147

148148
* Implement the GetTransmissionErrorCounters method but return an empty collection
149149
* Implement the ResetErrorCounters method and allow it to be invoked successfully even though it will not have an affect on any error counters
@@ -171,10 +171,10 @@ The externalSynchronizationStatus property allows devices to expose the health o
171171

172172
Devices MUST report the externalSynchronizationStatus as follows:
173173

174-
* NotUsed - when the sender is not using external synchronization or when the device is itself the synchronization source (this is a neutral state)
175-
* Healthy - when the sender is locked to an external synchronization source (devices which expect synchronization from multiple interfaces are receiving it across all of them)
176-
* PartiallyHealthy - when the sender is locked to an external synchronization source and is expected to receive synchronization from multiple interfaces but some are not providing synchronization (Senders MUST also temporarily transition to this state when detecting a synchronization source change)
177-
* Unhealthy - when the sender is expected to use external synchronization but is not locked to any external synchronization source
174+
* NotUsed when the sender is not using external synchronization or when the device is itself the synchronization source (this is a neutral state)
175+
* Healthy when the sender is locked to an external synchronization source (devices which expect synchronization from multiple interfaces are receiving it across all of them)
176+
* PartiallyHealthy when the sender is locked to an external synchronization source and is expected to receive synchronization from multiple interfaces but some are not providing synchronization (Senders MUST also temporarily transition to this state when detecting a synchronization source change)
177+
* Unhealthy when the sender is expected to use external synchronization but is not locked to any external synchronization source
178178

179179
The externalSynchronizationStatusMessage is a nullable property where devices MAY offer the reason and further details as to why the current status value was chosen.
180180

@@ -205,7 +205,7 @@ Devices MUST be able to reset the `synchronizationSourceChanges` counter propert
205205
* When a sender activation occurs
206206
* When a client invokes the `ResetSynchronizationSourceChanges` method
207207

208-
Devices MUST be compliant with the monitoring model even when they do not use external synchronization. In such cases they MUST:
208+
When devices do not use external synchronization they MUST:
209209

210210
* Implement the synchronizationSourceId property and set its value to `internal`
211211
* Implement the synchronizationSourceChanges property and set its value to 0

0 commit comments

Comments
 (0)