Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable ZLL OnOff specific commands in bridge-app.zap #4879

Merged
merged 2 commits into from
Feb 16, 2021

Conversation

vivien-apple
Copy link
Contributor

@vivien-apple vivien-apple commented Feb 16, 2021

Problem

 #4858 has updated some `.zap` files since a ZAP submodule update has made some unwanted changes to the generated content. Sadly by *saving* the `bridge-app.zap` file to disk some ZLL specific commands for the On/Off cluster got enabled...
While there is some code to handle those ZLL commands in the tree (under `src/app/clusters/zll-on-off-server`)  it has not been yet updated to compile. So one can't *just* add it to `examples/bridge-app/bridge-common/BUILD.gn`.
The simpler fix as the moment, is to revert back the `.zap` file with those commands disabled.

Summary of changes

  * Add `bridge-app` to the list of apps built by default with the `gn_build.sh` script. So it will be easy to spot this kind of issue next time
  * Remove the 3 ZLL On/Off commands from the `bridge-app.zap` config file

 #### Problem
 project-chip#4858 has updated some `.zap` files since a ZAP submodule update has made some unwanted changes to the generated content. Sadly by *saving* the `bridge-app.zap` file to disk some ZLL specific commands for the On/Off cluster got enabled...
While there is some code to handle those ZLL commands in the tree (under `src/app/clusters/zll-on-off-server`)  it has not been yet updated to compile. So one can't *just* add it to `examples/bridge-app/bridge-common/BUILD.gn`.
The simpler fix as the moment, is to revert back the `.zap` file with those commands disabled.

 #### Summary of changes
  * Add `bridge-app` to the list of apps built by default with the `gn_build.sh` script. So it will be easy to spot this kind of issue next time
  * Remove the 3 ZLL On/Off commands from the `bridge-app.zap` config file
@woody-apple woody-apple merged commit 139e71d into project-chip:master Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants