Skip to content

Commit

Permalink
Run zap regen tool
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Mar 1, 2022
1 parent 4c8f71f commit 51e1c20
Show file tree
Hide file tree
Showing 13 changed files with 149 additions and 168 deletions.
5 changes: 3 additions & 2 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ client cluster Channel = 1284 {
}

response struct ChangeChannelResponse {
ChannelInfo channelMatch = 0;
StatusEnum status = 1;
StatusEnum status = 0;
optional CHAR_STRING data = 1;
}

command ChangeChannel(ChangeChannelRequest): ChangeChannelResponse = 0;
Expand Down Expand Up @@ -2334,6 +2334,7 @@ client cluster MediaPlayback = 1286 {

response struct PlaybackResponse {
StatusEnum status = 0;
optional CHAR_STRING data = 1;
}

command FastForward(): PlaybackResponse = 7;
Expand Down
109 changes: 30 additions & 79 deletions src/controller/java/zap-generated/CHIPInvokeCallbacks.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.

8 changes: 5 additions & 3 deletions src/controller/python/chip/clusters/Objects.py

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

43 changes: 17 additions & 26 deletions src/darwin/Framework/CHIP/zap-generated/CHIPCallbackBridge.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.

7 changes: 3 additions & 4 deletions zzz_generated/app-common/app-common/zap-generated/callback.h

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.

Loading

0 comments on commit 51e1c20

Please sign in to comment.