-
Notifications
You must be signed in to change notification settings - Fork 4
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
TC-CADMIN-1.5 yaml script Step 15 used wrong node ID #33
Comments
@yinyihu-silabs This is an example command and as per my understanding while using --commissioner-name gamma it becomes a separate fabric . Hence the node-id can be anything so it not mandatory to have the different nodeId for each instants |
@Saravana-kr22 the node id has already been used by TH_CR1 in steps prior to this. in other prompts, node id 1 is used by CR1 and id 2 is used by CR2. |
@manjunath-grl Verfication sheet has been updated, Please update the script. |
@manjunath-grl please fix the script |
@yinyihu-silabs fixed in PR project-chip/connectedhomeip#30120 please verify it and close the ticket. |
Description:
Prompt from Step 15 uses node ID 1 which is used for TH_CR1 in previous steps.
command should use nodeID other than 1 (TH_CR1) and 2 (TH_CR2).
eg.
./chip-tool pairing code 3 36177160937 --commissioner-name gamma
The text was updated successfully, but these errors were encountered: