Skip to content
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

Update TestListStructOctet to use member names that are generic #19321

Merged
merged 6 commits into from
Jun 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update test-cluster to fabric_idx type for fabricIndex
tehampson committed Jun 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f51c2b2f8c48e78856cc9d153d352fee42393291
Original file line number Diff line number Diff line change
@@ -3084,7 +3084,7 @@ server cluster TestCluster = 1295 {
}

struct TestListStructOctet {
int64u fabricIndex = 0;
fabric_idx fabricIndex = 0;
octet_string<32> operationalCert = 1;
}

Original file line number Diff line number Diff line change
@@ -2554,7 +2554,7 @@ server cluster TestCluster = 1295 {
}

struct TestListStructOctet {
int64u fabricIndex = 0;
fabric_idx fabricIndex = 0;
octet_string<32> operationalCert = 1;
}

Original file line number Diff line number Diff line change
@@ -1897,7 +1897,7 @@ server cluster TestCluster = 1295 {
}

struct TestListStructOctet {
int64u fabricIndex = 0;
fabric_idx fabricIndex = 0;
octet_string<32> operationalCert = 1;
}

2 changes: 1 addition & 1 deletion src/app/zap-templates/zcl/data-model/chip/test-cluster.xml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ limitations under the License.
<domain name="CHIP"/>
<struct name="TestListStructOctet">
<cluster code="0x050F"/>
<item name="fabricIndex" type="INT64U"/>
<item name="fabricIndex" type="fabric_idx"/>
<item name="operationalCert" type="OCTET_STRING" length="32"/>
</struct>

2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
@@ -3518,7 +3518,7 @@ client cluster TestCluster = 1295 {
}

struct TestListStructOctet {
int64u fabricIndex = 0;
fabric_idx fabricIndex = 0;
octet_string<32> operationalCert = 1;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/controller/java/zap-generated/CHIPClustersWrite-JNI.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/controller/java/zap-generated/CHIPReadCallbacks.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/darwin/Framework/CHIP/zap-generated/CHIPClustersObjc.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions src/darwin/Framework/CHIP/zap-generated/CHIPClustersObjc.mm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions zzz_generated/chip-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading