Skip to content

Commit

Permalink
Correct second subscription command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-becker-tridonic-com committed Jun 23, 2022
1 parent e039af7 commit c4b4ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,8 @@ 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 initial-press 1 20 <node_id> 2 --is-urgent true
>>> switch subscribe-event initial-press 1 20 <node_id> 2 --is-urgent true --keepSubscriptions 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 c4b4ca0

Please sign in to comment.