Skip to content

Commit

Permalink
remove tips as per Boris' comment
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
greg-fer committed Jun 22, 2023
1 parent 0626f5a commit 1d01dea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/guides/chip_tool_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,10 +1152,6 @@ the following steps:
>>> doorlock subscribe lock-state 5 10 1 1
```
> **Tip:** You can also set the `$NODE_ID` and `$ENDPOINT_ID` variables for
> the _<node-id\>_ and _<endpoint_id\>_, respectively, and use them in your
> commands.
After this command is run, the CHIP Tool will check the state of the door lock
every time it changes (for example, as a result of a button press or an external
ecosystem action) and update it in its own records.
Expand Down Expand Up @@ -1235,10 +1231,6 @@ the following steps:
>>> doorlock subscribe-event door-lock-alarm 5 10 1 1
```
> **Tip:** You can also set the `$NODE_ID` and `$ENDPOINT_ID` variables for
> the _<node-id\>_ and _<endpoint_id\>_, respectively, and use them in your
> commands.
After this command is run, the CHIP Tool will check the state of the door lock
every time it changes (for example, as a result of a button press or an external
ecosystem action) and update it in its own records.
Expand Down

0 comments on commit 1d01dea

Please sign in to comment.