Skip to content

Commit

Permalink
Use backticks for commands
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-becker-tridonic-com committed Jun 24, 2022
1 parent ef59cdd commit 0227f31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/light-switch-app/nrfconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,10 @@ To test the Generic Switch, complete the following steps:

2. Subscribe to the `InitialPress` and `ShortRelease` event notifications:

switch subscribe-event initial-press 1 20 <node_id> 2 --is-urgent true
switch subscribe-event short-release 1 20 <node_id> 2 --is-urgent true --keepSubscriptions true
```shell
switch subscribe-event initial-press 1 20 <node_id> 2 --is-urgent true
switch subscribe-event short-release 1 20 <node_id> 2 --is-urgent true --keepSubscriptions true
```

3. Press **Button 3** to test the new configuration. When pressing and
releasing **Button 3**, both events should be sent to the controller.
Expand Down

0 comments on commit 0227f31

Please sign in to comment.