Skip to content

Commit

Permalink
[EFR32] Lock app lock-unlock command updated in README.md (#23735)
Browse files Browse the repository at this point in the history
  • Loading branch information
riwaghe authored Nov 23, 2022
1 parent 38e6697 commit bfbf25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/lock-app/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,13 @@ Here is some CHIPTool examples:
Unlock door:
```
./out/chip-tool doorlock unlock-door node-id/group-id
./out/chip-tool doorlock unlock-door 1 1
./out/chip-tool doorlock unlock-door 1 1 --timedInteractionTimeoutMs 1000
```

Lock door:
```
./out/chip-tool doorlock lock-door node-id/group-id
./out/chip-tool doorlock lock-door 1 1
./out/chip-tool doorlock lock-door 1 1 --timedInteractionTimeoutMs 1000
```

### Notes
Expand Down

0 comments on commit bfbf25f

Please sign in to comment.