-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[XML] Update Time Synchronization Cluster XML to match updated spec #25001
Labels
Spec XML align
SDK XML does not match the spec (including naming, etc)
Comments
Change missing from the above list: the |
And some of the events got renamed, but the SDK does not contain those so far anyway. |
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Feb 14, 2023
More spec changes happened in CHIP-Specifications/connectedhomeip-spec#6212 Fixes project-chip#25001
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Feb 14, 2023
More spec changes happened in CHIP-Specifications/connectedhomeip-spec#6212 Fixes project-chip#25001
You are right, I was so focused on the data types that I completely forgot the impact of the Dst to DST change. I have updated the description. |
woody-apple
pushed a commit
that referenced
this issue
Feb 14, 2023
* Align naming in Time Synchronization Cluster XML with the spec. More spec changes happened in CHIP-Specifications/connectedhomeip-spec#6212 Fixes #25001 * Regenerate generated code.
kkasperczyk-no
pushed a commit
to kkasperczyk-no/sdk-connectedhomeip
that referenced
this issue
Mar 15, 2023
* Align naming in Time Synchronization Cluster XML with the spec. More spec changes happened in CHIP-Specifications/connectedhomeip-spec#6212 Fixes project-chip/connectedhomeip#25001 * Regenerate generated code.
kkasperczyk-no
pushed a commit
to kkasperczyk-no/sdk-connectedhomeip
that referenced
this issue
Mar 15, 2023
* Align naming in Time Synchronization Cluster XML with the spec. More spec changes happened in CHIP-Specifications/connectedhomeip-spec#6212 Fixes project-chip/connectedhomeip#25001 * Regenerate generated code.
lecndav
pushed a commit
to lecndav/connectedhomeip
that referenced
this issue
Mar 22, 2023
…ect-chip#25037) * Align naming in Time Synchronization Cluster XML with the spec. More spec changes happened in CHIP-Specifications/connectedhomeip-spec#6212 Fixes project-chip#25001 * Regenerate generated code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The data types names has been updated in Time Synchronization Cluster and must be updated in the XML as well.
Updated
TimeZoneType -> TimeZoneStruct
DstOffsetType -> DSTOffsetStruct
DstOffset -> DSTOffset (Attribute)
DstTableEmpty -> DSTTableEmpty (Event)
DstStatus -> DSTStatus (Event)
Spec PR: https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/6212 (already merged)
The text was updated successfully, but these errors were encountered: