-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
AdministratorCommissioning cluster not implemented per spec #20882
Labels
commissioning
Involves placing devices on the network, initial setup
spec
Mismatch between spec and implementation
V1.0
Comments
https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/5474 will fix the behavior in spec, but then will need to follow in SDK |
Cert Blocker Review: Removing cert blocker, given we don't know of any tests at this point that are failing. |
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jul 29, 2022
* Move management of the AdminVendorId and AdminFabricIndex to the commissioning window opener. * Fix the types of the attributes in the XML to be nullable. * Implement the spec provisions about returning null for the fabric index when the fabric gets removed. * Implement the spec provisions about returning "window not open" when it was opened via non-cluster means (e.g. boot time. Fixes project-chip#20882
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jul 30, 2022
* Move management of the AdminVendorId and AdminFabricIndex to the commissioning window opener. * Fix the types of the attributes in the XML to be nullable. * Implement the spec provisions about returning null for the fabric index when the fabric gets removed. * Implement the spec provisions about returning "window not open" when it was opened via non-cluster means (e.g. boot time. Fixes project-chip#20882
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jul 31, 2022
* Move management of the AdminVendorId and AdminFabricIndex to the commissioning window opener. * Fix the types of the attributes in the XML to be nullable. * Implement the spec provisions about returning null for the fabric index when the fabric gets removed. * Implement the spec provisions about returning "window not open" when it was opened via non-cluster means (e.g. boot time. Fixes project-chip#20882
woody-apple
pushed a commit
that referenced
this issue
Jul 31, 2022
* Move management of the AdminVendorId and AdminFabricIndex to the commissioning window opener. * Fix the types of the attributes in the XML to be nullable. * Implement the spec provisions about returning null for the fabric index when the fabric gets removed. * Implement the spec provisions about returning "window not open" when it was opened via non-cluster means (e.g. boot time. Fixes #20882
woody-apple
pushed a commit
that referenced
this issue
Aug 1, 2022
* Move management of the AdminVendorId and AdminFabricIndex to the commissioning window opener. * Fix the types of the attributes in the XML to be nullable. * Implement the spec provisions about returning null for the fabric index when the fabric gets removed. * Implement the spec provisions about returning "window not open" when it was opened via non-cluster means (e.g. boot time. Fixes #20882
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this issue
Sep 16, 2022
…ct-chip#21442) * Move management of the AdminVendorId and AdminFabricIndex to the commissioning window opener. * Fix the types of the attributes in the XML to be nullable. * Implement the spec provisions about returning null for the fabric index when the fabric gets removed. * Implement the spec provisions about returning "window not open" when it was opened via non-cluster means (e.g. boot time. Fixes project-chip#20882
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
commissioning
Involves placing devices on the network, initial setup
spec
Mismatch between spec and implementation
V1.0
Problem
Several problems:
Depending on how https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/5473 is resolved that could be an issue too.
Proposed Solution
Add tests, align with spec.
The text was updated successfully, but these errors were encountered: