You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For darwin there is no way to skip step sendComplete
During commissioning process, as the Matter 1.0 Core Specification, the implementation should provide a way for commissioner to skip step sendComplete.
It says in chapter5.5 Commissioning Flows
While the Administrator of steps 13-15 will, in many situations, be the Commissioner Node itself, it
MAY be a different Node that was configured by the Commissioner to have Administer privilege
against the Commissionee’s General Commissioning Cluster. This is to support flexibility in finalizing the Commissioning. From a Commissionee’s perspective, all Nodes with Administer privilege in
the Commissionee’s ACL are equivalent once the Node has a Node Operational Certificate and associated Node Operational Identifier on the Fabric into which it was just commissioned.
In project connectedhomeip/src/darwin/Framework/CHIP the implementation of MTRDeviceController
The text was updated successfully, but these errors were encountered:
robinmo
changed the title
[1.0] MTRCommissioningParameters for darwin could not skip step sendComplete
[1.0]Darwin: MTRCommissioningParameters for darwin could not skip step sendComplete
Apr 25, 2023
Reproduction steps
For darwin there is no way to skip step sendComplete
During commissioning process, as the Matter 1.0 Core Specification, the implementation should provide a way for commissioner to skip step sendComplete.
It says in chapter5.5 Commissioning Flows
In project connectedhomeip/src/darwin/Framework/CHIP the implementation of MTRDeviceController
There is no code to set
chip::Controller::CommissioningParameters params
SetSkipCommissioningComplete
we try to add a property for
MTRCommissioningParameters
and set skip sendComplete inCould you please provide a skip function just like this or any other way you prefer?
Bug prevalence
Whenever I do this
GitHub hash of the SDK that was being used
9c0ca13 - Fix Linux standalone job. (#23897)
Platform
darwin
Platform Version(s)
iOS 16.2
Type
Platform Issue
Anything else?
No response
The text was updated successfully, but these errors were encountered: