Skip to content

Commit

Permalink
TV linux app enable binding cluster (client) (#13306)
Browse files Browse the repository at this point in the history
* Enable Binding cluster on endpoint 0 of TV app

* Run zap regen script
  • Loading branch information
lazarkov authored and pull[bot] committed May 11, 2022
1 parent 1546fbd commit 1415922
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 50 deletions.
2 changes: 1 addition & 1 deletion examples/tv-app/tv-common/tv-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@
"mfgCode": null,
"define": "BINDING_CLUSTER",
"side": "client",
"enabled": 0,
"enabled": 1,
"commands": [
{
"name": "Bind",
Expand Down
96 changes: 96 additions & 0 deletions zzz_generated/tv-app/zap-generated/CHIPClusters.cpp

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

13 changes: 13 additions & 0 deletions zzz_generated/tv-app/zap-generated/CHIPClusters.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 1415922

Please sign in to comment.