project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.47k stars 2k forks source link

Python controller to support Network Commissioning Cluster Commands #6121

Closed cjandhyala closed 3 years ago

cjandhyala commented 3 years ago

Python controller to support Network Commissioning Cluster Commands , Required for cert test case https://github.com/project-chip/chip-test-plans/blob/master/src/devicemanagement.adoc#6327-test-procedure

Screen Shot 2021-04-18 at 10 45 18 PM Screen Shot 2021-04-18 at 10 45 25 PM

Damian-Nordic commented 3 years ago

@erjiaqing I can add support for the Network Commissioning Cluster commands to Python CHIP controller if you haven't started looking into that.

erjiaqing commented 3 years ago

@erjiaqing I can add support for the Network Commissioning Cluster commands to Python CHIP controller if you haven't started looking into that.

Seems no special support is required? The network commissioning cluster is already in the zap file for controller.

Damian-Nordic commented 3 years ago

I think we need to add Network Commissioning Cluster to the Python app's ZAP configuration and re-gen files in python/gen to support parsing responses to some of the commands.