Several methods in ControllerCommandHandler.ts and Nodes.ts still use the legacy commissioning API. These should be migrated to use the new Node API when it stabilizes.
Affected locations:
ControllerCommandHandler.ts:1249 - commissionOnNetwork method
ControllerCommandHandler.ts:1300 - removeFabric method
Nodes.ts:142 - clusterClientFor method
Extracted from TODO comments as part of #420.
Several methods in ControllerCommandHandler.ts and Nodes.ts still use the legacy commissioning API. These should be migrated to use the new Node API when it stabilizes.
Affected locations:
ControllerCommandHandler.ts:1249-commissionOnNetworkmethodControllerCommandHandler.ts:1300-removeFabricmethodNodes.ts:142-clusterClientFormethodExtracted from TODO comments as part of #420.