Skip to content

Commit 7f0e566

Browse files
Update ZAP to pick up UI for multiple device types on an endpoint. (#28423)
1 parent 0bb6543 commit 7f0e566

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

examples/log-source-app/log-source-common/log-source-app.matter

+1
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ server cluster OperationalCredentials = 62 {
498498
}
499499

500500
endpoint 0 {
501+
device type anonymousEndpointType = 0, version 1;
501502
binding cluster DiagnosticLogs;
502503

503504
server cluster AccessControl {

scripts/setup/zap.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"mac-amd64",
99
"windows-amd64"
1010
],
11-
"tags": ["version:2@v2023.07.21-nightly.1"]
11+
"tags": ["version:2@v2023.08.01-nightly.1"]
1212
},
1313
{
1414
"_comment": "Always get the amd64 version on mac until usable arm64 zap build is available",
1515
"path": "fuchsia/third_party/zap/mac-amd64",
1616
"platforms": ["mac-arm64"],
17-
"tags": ["version:2@v2023.07.21-nightly.1"]
17+
"tags": ["version:2@v2023.08.01-nightly.1"]
1818
}
1919
]
2020
}

scripts/setup/zap.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2023.07.21-nightly
1+
v2023.08.01-nightly

scripts/tools/zap/zap_execution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Use scripts/tools/zap/version_update.py to manage ZAP versioning as many
2424
# files may need updating for versions
2525
#
26-
MIN_ZAP_VERSION = '2023.7.20'
26+
MIN_ZAP_VERSION = '2023.8.1'
2727

2828

2929
class ZapTool:

0 commit comments

Comments
 (0)