Skip to content

Commit 1f3bcbc

Browse files
Fix TimeSnapshotResponse command types/names to match spec updates (project-chip#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 */

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1942,8 +1942,8 @@ cluster GeneralDiagnostics = 51 {
19421942
}
19431943

19441944
response struct TimeSnapshotResponse = 2 {
1945-
systime_us systemTimeUs = 0;
1946-
nullable epoch_us UTCTimeUs = 1;
1945+
systime_ms systemTimeMs = 0;
1946+
nullable posix_ms posixTimeMs = 1;
19471947
}
19481948

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

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1822,8 +1822,8 @@ cluster GeneralDiagnostics = 51 {
18221822
}
18231823

18241824
response struct TimeSnapshotResponse = 2 {
1825-
systime_us systemTimeUs = 0;
1826-
nullable epoch_us UTCTimeUs = 1;
1825+
systime_ms systemTimeMs = 0;
1826+
nullable posix_ms posixTimeMs = 1;
18271827
}
18281828

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

examples/bridge-app/bridge-common/bridge-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1214,8 +1214,8 @@ cluster GeneralDiagnostics = 51 {
12141214
}
12151215

12161216
response struct TimeSnapshotResponse = 2 {
1217-
systime_us systemTimeUs = 0;
1218-
nullable epoch_us UTCTimeUs = 1;
1217+
systime_ms systemTimeMs = 0;
1218+
nullable posix_ms posixTimeMs = 1;
12191219
}
12201220

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

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ cluster GeneralDiagnostics = 51 {
987987
}
988988

989989
response struct TimeSnapshotResponse = 2 {
990-
systime_us systemTimeUs = 0;
991-
nullable epoch_us UTCTimeUs = 1;
990+
systime_ms systemTimeMs = 0;
991+
nullable posix_ms posixTimeMs = 1;
992992
}
993993

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

examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@ cluster GeneralDiagnostics = 51 {
734734
}
735735

736736
response struct TimeSnapshotResponse = 2 {
737-
systime_us systemTimeUs = 0;
738-
nullable epoch_us UTCTimeUs = 1;
737+
systime_ms systemTimeMs = 0;
738+
nullable posix_ms posixTimeMs = 1;
739739
}
740740

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

examples/chef/devices/rootnode_airqualitysensor_e63187f6c9.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,8 @@ cluster GeneralDiagnostics = 51 {
872872
}
873873

874874
response struct TimeSnapshotResponse = 2 {
875-
systime_us systemTimeUs = 0;
876-
nullable epoch_us UTCTimeUs = 1;
875+
systime_ms systemTimeMs = 0;
876+
nullable posix_ms posixTimeMs = 1;
877877
}
878878

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

examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -894,8 +894,8 @@ cluster GeneralDiagnostics = 51 {
894894
}
895895

896896
response struct TimeSnapshotResponse = 2 {
897-
systime_us systemTimeUs = 0;
898-
nullable epoch_us UTCTimeUs = 1;
897+
systime_ms systemTimeMs = 0;
898+
nullable posix_ms posixTimeMs = 1;
899899
}
900900

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

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1085,8 +1085,8 @@ cluster GeneralDiagnostics = 51 {
10851085
}
10861086

10871087
response struct TimeSnapshotResponse = 2 {
1088-
systime_us systemTimeUs = 0;
1089-
nullable epoch_us UTCTimeUs = 1;
1088+
systime_ms systemTimeMs = 0;
1089+
nullable posix_ms posixTimeMs = 1;
10901090
}
10911091

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

examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
970970
}
971971

972972
response struct TimeSnapshotResponse = 2 {
973-
systime_us systemTimeUs = 0;
974-
nullable epoch_us UTCTimeUs = 1;
973+
systime_ms systemTimeMs = 0;
974+
nullable posix_ms posixTimeMs = 1;
975975
}
976976

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

examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
11671167
}
11681168

11691169
response struct TimeSnapshotResponse = 2 {
1170-
systime_us systemTimeUs = 0;
1171-
nullable epoch_us UTCTimeUs = 1;
1170+
systime_ms systemTimeMs = 0;
1171+
nullable posix_ms posixTimeMs = 1;
11721172
}
11731173

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

examples/chef/devices/rootnode_dishwasher_cc105034fe.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,8 @@ cluster GeneralDiagnostics = 51 {
697697
}
698698

699699
response struct TimeSnapshotResponse = 2 {
700-
systime_us systemTimeUs = 0;
701-
nullable epoch_us UTCTimeUs = 1;
700+
systime_ms systemTimeMs = 0;
701+
nullable posix_ms posixTimeMs = 1;
702702
}
703703

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

examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
970970
}
971971

972972
response struct TimeSnapshotResponse = 2 {
973-
systime_us systemTimeUs = 0;
974-
nullable epoch_us UTCTimeUs = 1;
973+
systime_ms systemTimeMs = 0;
974+
nullable posix_ms posixTimeMs = 1;
975975
}
976976

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

examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
11671167
}
11681168

11691169
response struct TimeSnapshotResponse = 2 {
1170-
systime_us systemTimeUs = 0;
1171-
nullable epoch_us UTCTimeUs = 1;
1170+
systime_ms systemTimeMs = 0;
1171+
nullable posix_ms posixTimeMs = 1;
11721172
}
11731173

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

examples/chef/devices/rootnode_fan_7N2TobIlOX.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,8 @@ cluster GeneralDiagnostics = 51 {
949949
}
950950

951951
response struct TimeSnapshotResponse = 2 {
952-
systime_us systemTimeUs = 0;
953-
nullable epoch_us UTCTimeUs = 1;
952+
systime_ms systemTimeMs = 0;
953+
nullable posix_ms posixTimeMs = 1;
954954
}
955955

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

examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
970970
}
971971

972972
response struct TimeSnapshotResponse = 2 {
973-
systime_us systemTimeUs = 0;
974-
nullable epoch_us UTCTimeUs = 1;
973+
systime_ms systemTimeMs = 0;
974+
nullable posix_ms posixTimeMs = 1;
975975
}
976976

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

examples/chef/devices/rootnode_genericswitch_9866e35d0b.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,8 @@ cluster GeneralDiagnostics = 51 {
657657
}
658658

659659
response struct TimeSnapshotResponse = 2 {
660-
systime_us systemTimeUs = 0;
661-
nullable epoch_us UTCTimeUs = 1;
660+
systime_ms systemTimeMs = 0;
661+
nullable posix_ms posixTimeMs = 1;
662662
}
663663

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

examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
11671167
}
11681168

11691169
response struct TimeSnapshotResponse = 2 {
1170-
systime_us systemTimeUs = 0;
1171-
nullable epoch_us UTCTimeUs = 1;
1170+
systime_ms systemTimeMs = 0;
1171+
nullable posix_ms posixTimeMs = 1;
11721172
}
11731173

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

examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
970970
}
971971

972972
response struct TimeSnapshotResponse = 2 {
973-
systime_us systemTimeUs = 0;
974-
nullable epoch_us UTCTimeUs = 1;
973+
systime_ms systemTimeMs = 0;
974+
nullable posix_ms posixTimeMs = 1;
975975
}
976976

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

examples/chef/devices/rootnode_laundrywasher_fb10d238c8.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,8 @@ cluster GeneralDiagnostics = 51 {
697697
}
698698

699699
response struct TimeSnapshotResponse = 2 {
700-
systime_us systemTimeUs = 0;
701-
nullable epoch_us UTCTimeUs = 1;
700+
systime_ms systemTimeMs = 0;
701+
nullable posix_ms posixTimeMs = 1;
702702
}
703703

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

examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
970970
}
971971

972972
response struct TimeSnapshotResponse = 2 {
973-
systime_us systemTimeUs = 0;
974-
nullable epoch_us UTCTimeUs = 1;
973+
systime_ms systemTimeMs = 0;
974+
nullable posix_ms posixTimeMs = 1;
975975
}
976976

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

examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
970970
}
971971

972972
response struct TimeSnapshotResponse = 2 {
973-
systime_us systemTimeUs = 0;
974-
nullable epoch_us UTCTimeUs = 1;
973+
systime_ms systemTimeMs = 0;
974+
nullable posix_ms posixTimeMs = 1;
975975
}
976976

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

examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
11671167
}
11681168

11691169
response struct TimeSnapshotResponse = 2 {
1170-
systime_us systemTimeUs = 0;
1171-
nullable epoch_us UTCTimeUs = 1;
1170+
systime_ms systemTimeMs = 0;
1171+
nullable posix_ms posixTimeMs = 1;
11721172
}
11731173

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

examples/chef/devices/rootnode_onofflight_samplemei.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1167,8 +1167,8 @@ cluster GeneralDiagnostics = 51 {
11671167
}
11681168

11691169
response struct TimeSnapshotResponse = 2 {
1170-
systime_us systemTimeUs = 0;
1171-
nullable epoch_us UTCTimeUs = 1;
1170+
systime_ms systemTimeMs = 0;
1171+
nullable posix_ms posixTimeMs = 1;
11721172
}
11731173

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

examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1114,8 +1114,8 @@ cluster GeneralDiagnostics = 51 {
11141114
}
11151115

11161116
response struct TimeSnapshotResponse = 2 {
1117-
systime_us systemTimeUs = 0;
1118-
nullable epoch_us UTCTimeUs = 1;
1117+
systime_ms systemTimeMs = 0;
1118+
nullable posix_ms posixTimeMs = 1;
11191119
}
11201120

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

examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1042,8 +1042,8 @@ cluster GeneralDiagnostics = 51 {
10421042
}
10431043

10441044
response struct TimeSnapshotResponse = 2 {
1045-
systime_us systemTimeUs = 0;
1046-
nullable epoch_us UTCTimeUs = 1;
1045+
systime_ms systemTimeMs = 0;
1046+
nullable posix_ms posixTimeMs = 1;
10471047
}
10481048

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

examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
970970
}
971971

972972
response struct TimeSnapshotResponse = 2 {
973-
systime_us systemTimeUs = 0;
974-
nullable epoch_us UTCTimeUs = 1;
973+
systime_ms systemTimeMs = 0;
974+
nullable posix_ms posixTimeMs = 1;
975975
}
976976

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

examples/chef/devices/rootnode_pump_5f904818cc.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,8 @@ cluster GeneralDiagnostics = 51 {
769769
}
770770

771771
response struct TimeSnapshotResponse = 2 {
772-
systime_us systemTimeUs = 0;
773-
nullable epoch_us UTCTimeUs = 1;
772+
systime_ms systemTimeMs = 0;
773+
nullable posix_ms posixTimeMs = 1;
774774
}
775775

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

examples/chef/devices/rootnode_pump_a811bb33a0.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,8 @@ cluster GeneralDiagnostics = 51 {
769769
}
770770

771771
response struct TimeSnapshotResponse = 2 {
772-
systime_us systemTimeUs = 0;
773-
nullable epoch_us UTCTimeUs = 1;
772+
systime_ms systemTimeMs = 0;
773+
nullable posix_ms posixTimeMs = 1;
774774
}
775775

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

examples/chef/devices/rootnode_refrigerator_temperaturecontrolledcabinet_temperaturecontrolledcabinet_ffdb696680.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,8 @@ cluster GeneralDiagnostics = 51 {
697697
}
698698

699699
response struct TimeSnapshotResponse = 2 {
700-
systime_us systemTimeUs = 0;
701-
nullable epoch_us UTCTimeUs = 1;
700+
systime_ms systemTimeMs = 0;
701+
nullable posix_ms posixTimeMs = 1;
702702
}
703703

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

examples/chef/devices/rootnode_roboticvacuumcleaner_1807ff0c49.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@ cluster GeneralDiagnostics = 51 {
734734
}
735735

736736
response struct TimeSnapshotResponse = 2 {
737-
systime_us systemTimeUs = 0;
738-
nullable epoch_us UTCTimeUs = 1;
737+
systime_ms systemTimeMs = 0;
738+
nullable posix_ms posixTimeMs = 1;
739739
}
740740

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

examples/chef/devices/rootnode_roomairconditioner_9cf3607804.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@ cluster GeneralDiagnostics = 51 {
806806
}
807807

808808
response struct TimeSnapshotResponse = 2 {
809-
systime_us systemTimeUs = 0;
810-
nullable epoch_us UTCTimeUs = 1;
809+
systime_ms systemTimeMs = 0;
810+
nullable posix_ms posixTimeMs = 1;
811811
}
812812

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

examples/chef/devices/rootnode_smokecoalarm_686fe0dcb8.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,8 @@ cluster GeneralDiagnostics = 51 {
993993
}
994994

995995
response struct TimeSnapshotResponse = 2 {
996-
systime_us systemTimeUs = 0;
997-
nullable epoch_us UTCTimeUs = 1;
996+
systime_ms systemTimeMs = 0;
997+
nullable posix_ms posixTimeMs = 1;
998998
}
999999

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

examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1090,8 +1090,8 @@ cluster GeneralDiagnostics = 51 {
10901090
}
10911091

10921092
response struct TimeSnapshotResponse = 2 {
1093-
systime_us systemTimeUs = 0;
1094-
nullable epoch_us UTCTimeUs = 1;
1093+
systime_ms systemTimeMs = 0;
1094+
nullable posix_ms posixTimeMs = 1;
10951095
}
10961096

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

examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ cluster GeneralDiagnostics = 51 {
970970
}
971971

972972
response struct TimeSnapshotResponse = 2 {
973-
systime_us systemTimeUs = 0;
974-
nullable epoch_us UTCTimeUs = 1;
973+
systime_ms systemTimeMs = 0;
974+
nullable posix_ms posixTimeMs = 1;
975975
}
976976

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

0 commit comments

Comments
 (0)