Merge pull request #23 from lboue/patch-3
chip-tool pairing onnetwork is deprecated
This commit is contained in:
commit
572c7a7fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ Now setup the environment using `export.sh`. (This depends on what shell you use
|
|||
Next, run `chip-tool` to initiate the commissioning process:
|
||||
|
||||
```shell
|
||||
chip-tool pairing onnetwork 1 67202583
|
||||
chip-tool pairing code 1 67202583
|
||||
```
|
||||
|
||||
This will look up commissionable devices on the network via MDNS and then start that process. `67202583` is the manual pairing code that matches the device state in `test_data/device_state.json`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue