forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ZAP to v2023.09.05-nightly. (project-chip#29095)
This should fix UI issues around enabling/disabling events. The .zap changes are from ZAP files that were last edited/generated with a too-old version of ZAP (from before v2023.08.30-nightly).
- Loading branch information
1 parent
27ea348
commit cbc5bd5
Showing
9 changed files
with
34 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10833,6 +10833,5 @@ | |
"endpointId": 1, | ||
"networkId": 0 | ||
} | ||
], | ||
"log": [] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11081,6 +11081,5 @@ | |
"endpointId": 1, | ||
"networkId": 0 | ||
} | ||
], | ||
"log": [] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12727,6 +12727,5 @@ | |
"endpointId": 3, | ||
"networkId": 0 | ||
} | ||
], | ||
"log": [] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
"mac-amd64", | ||
"windows-amd64" | ||
], | ||
"tags": ["version:[email protected].01-nightly.1"] | ||
"tags": ["version:[email protected].05-nightly.1"] | ||
}, | ||
{ | ||
"_comment": "Always get the amd64 version on mac until usable arm64 zap build is available", | ||
"path": "fuchsia/third_party/zap/mac-amd64", | ||
"platforms": ["mac-arm64"], | ||
"tags": ["version:[email protected].01-nightly.1"] | ||
"tags": ["version:[email protected].05-nightly.1"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2023.09.01-nightly | ||
v2023.09.05-nightly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters