Skip to content

Commit

Permalink
Update docs/guides/chip_tool_guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
markaj-nordic and greg-fer authored Mar 25, 2022
1 parent 4a62d58 commit b234e72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/chip_tool_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,10 @@ Having completed all previous steps, you have the Matter device successfully
commissioned to the network. You can now test the device by interacting with
Data Model clusters.
For instance, in case of the lighting app example, the application has `onoff`
and `levelcontrol` clusters implemented. This means that you can test by
toggling the bulb (using `onoff`) or manipulating its brightness (using
`levelcontrol`).
For instance, in case of the lighting application, the application has the On/Off
and Level Control clusters implemented. This means that you can test it by
toggling the bulb (using the ``onoff`` cluster commands) or manipulating its brightness (using
the ``levelcontrol`` cluster commands).
Use the following command pattern to toggle the LED state:
Expand Down

0 comments on commit b234e72

Please sign in to comment.