Skip to content

Commit 1f3bcbc

Browse files
tcarmelveilleuxtennessee-google
andauthoredDec 14, 2023
Fix TimeSnapshotResponse command types/names to match spec updates (#31018)
* Fix General Diagnostics XML to match spec See CHIP-Specifications/connectedhomeip-spec#8673 * Regen zap --------- Co-authored-by: tennessee.carmelveilleux@gmail.com <tennessee@google.com>
1 parent ff5b64d commit 1f3bcbc

File tree

85 files changed

+221
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+221
-221
lines changed
 

‎examples/air-purifier-app/air-purifier-common/air-purifier-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@ cluster GeneralDiagnostics = 51 {
811811
}
812812

813813
response struct TimeSnapshotResponse = 2 {
814-
systime_us systemTimeUs = 0;
815-
nullable epoch_us UTCTimeUs = 1;
814+
systime_ms systemTimeMs = 0;
815+
nullable posix_ms posixTimeMs = 1;
816816
}
817817

818818
/** Provide a means for certification tests to trigger some test-plan-specific events */

‎examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,8 @@ cluster GeneralDiagnostics = 51 {
764764
}
765765

766766
response struct TimeSnapshotResponse = 2 {
767-
systime_us systemTimeUs = 0;
768-
nullable epoch_us UTCTimeUs = 1;
767+
systime_ms systemTimeMs = 0;
768+
nullable posix_ms posixTimeMs = 1;
769769
}
770770

771771
/** Provide a means for certification tests to trigger some test-plan-specific events */

0 commit comments

Comments
 (0)