Skip to content

Commit

Permalink
Correct synchronizationSourceId value requirement
Browse files Browse the repository at this point in the history
to be `internal` for devices not using external synchronization
  • Loading branch information
cristian-recoseanu committed Oct 31, 2024
1 parent 4a4ddc1 commit c99b44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Devices MUST be able to reset the `synchronizationSourceChanges` counter propert

Devices MUST be compliant with the monitoring model even when they do not use external synchronization. In such cases they MUST:

* Implement the synchronizationSourceId property and set its value to null
* Implement the synchronizationSourceId property and set its value to `internal`
* Implement the synchronizationSourceChanges property and set its value to 0
* Implement the ResetSynchronizationSourceChanges method and allow it to be invoked successfully even though it will not have an affect on the synchronizationSourceChanges property

Expand Down

0 comments on commit c99b44c

Please sign in to comment.