-
Notifications
You must be signed in to change notification settings - Fork 2k
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
List all NetworkCommissioning cluster attributes in zcl.json and zcl-with-test-extensions.json #36516
base: master
Are you sure you want to change the base?
List all NetworkCommissioning cluster attributes in zcl.json and zcl-with-test-extensions.json #36516
Conversation
…ementation. List in in the zcl json
"Network Commissioning": [ | ||
"MaxNetworks", | ||
"Networks", | ||
"ScanMaxTimeSeconds", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementation sometimes falls through for ScanMaxTimeSeconds, so it's not always handled via AttributeAccessInterface. Can't add it here until it is.
"MaxNetworks", | ||
"Networks", | ||
"ScanMaxTimeSeconds", | ||
"ConnectMaxTimeSeconds", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likewise: this is not always handled.
All attributes of the network commissioning cluster are from external implementations.
List all of them in :
so they aren't exposed in zap as configurable
for review, Commit 1 : update the JSON files
commit 2 is the regen that update all .zap and .matter