Skip to content

Commit

Permalink
Fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Nordic committed Jun 7, 2021
1 parent 3905b10 commit d24997c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/controller/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,11 @@ chip-device-ctrl > resolve 5544332211 1234
Print the commissioning information encoded in the Manual Pairing Code:
```
chip-device-ctrl > setup-payload parse-manual 35767807533
chip-device-ctrl > setup-payload parse-manual 34970112332
Version: 0
VendorID: 0
ProductID: 0
RequiresCustomFlow: 0
CommissioningFlow: 0
RendezvousInformation: 0
Discriminator: 3840
SetUpPINCode: 20202021
Expand All @@ -403,11 +403,11 @@ SetUpPINCode: 20202021
Print the commissioning information encoded in the QR Code payload:
```
chip-device-ctrl > setup-payload parse-qr "VP:vendorpayload%CH:H34.GHY00 0C9SS0"
chip-device-ctrl > setup-payload parse-qr "VP:vendorpayload%MT:W0GU2OTB00KA0648G00"
Version: 0
VendorID: 9050
ProductID: 20043
RequiresCustomFlow: 0
CommissioningFlow: 0
RendezvousInformation: 2 [BLE]
Discriminator: 3840
SetUpPINCode: 20202021
Expand Down

0 comments on commit d24997c

Please sign in to comment.