From b234e72fe1c64efe79598012d105554a524940bc Mon Sep 17 00:00:00 2001 From: markaj-nordic <98948394+markaj-nordic@users.noreply.github.com> Date: Fri, 25 Mar 2022 12:09:03 +0100 Subject: [PATCH] Update docs/guides/chip_tool_guide.md Co-authored-by: Grzegorz Ferenc <41291385+greg-fer@users.noreply.github.com> --- docs/guides/chip_tool_guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/chip_tool_guide.md b/docs/guides/chip_tool_guide.md index df562fae66114a..690ca9961da516 100644 --- a/docs/guides/chip_tool_guide.md +++ b/docs/guides/chip_tool_guide.md @@ -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: