Skip to content

Commit

Permalink
Fix TimeSnapshotResponse command types/names to match spec updates (#…
Browse files Browse the repository at this point in the history
…31018)

* Fix General Diagnostics XML to match spec

See https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8673

* Regen zap

---------

Co-authored-by: tennessee.carmelveilleux@gmail.com <tennessee@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Jan 6, 2024
1 parent 8f63d37 commit 1412430
Show file tree
Hide file tree
Showing 85 changed files with 221 additions and 221 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -811,8 +811,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1942,8 +1942,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1822,8 +1822,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1214,8 +1214,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -987,8 +987,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_dishwasher_cc105034fe.matter
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_onofflight_samplemei.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1114,8 +1114,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1042,8 +1042,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_pump_5f904818cc.matter
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_pump_a811bb33a0.matter
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_smokecoalarm_686fe0dcb8.matter
Original file line number Diff line number Diff line change
Expand Up @@ -993,8 +993,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

/** Provide a means for certification tests to trigger some test-plan-specific events */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
}

response struct TimeSnapshotResponse = 2 {
systime_us systemTimeUs = 0;
nullable epoch_us UTCTimeUs = 1;
systime_ms systemTimeMs = 0;
nullable posix_ms posixTimeMs = 1;
}

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

0 comments on commit 1412430

Please sign in to comment.