Skip to content

Commit

Permalink
Run zap regen script
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Feb 7, 2022
1 parent 5f697d0 commit cf3e81f
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 200 deletions.
4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ client cluster ApplicationLauncher = 1292 {
}

struct ApplicationEP {
ApplicationLauncherApplication application = 0;
Application application = 0;
CHAR_STRING endpoint = 1;
}

struct ApplicationLauncherApplication {
struct Application {
INT16U catalogVendorId = 0;
CHAR_STRING applicationId = 1;
}
Expand Down
62 changes: 10 additions & 52 deletions src/controller/java/zap-generated/CHIPAttributeTLVValueDecoder.cpp

Large diffs are not rendered by default.

7 changes: 0 additions & 7 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.

30 changes: 0 additions & 30 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.

Loading

0 comments on commit cf3e81f

Please sign in to comment.