From 2fdfeb7caf74015fa4a78c946d01a3cd02351721 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 22 Mar 2023 11:29:12 +0000 Subject: [PATCH] Restyled by prettier-markdown --- docs/guides/chip_tool_guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guides/chip_tool_guide.md b/docs/guides/chip_tool_guide.md index 2db68ccd34baff..2bc999d9ecc5ac 100644 --- a/docs/guides/chip_tool_guide.md +++ b/docs/guides/chip_tool_guide.md @@ -331,7 +331,8 @@ application implements the On/Off and Level Control clusters. This means that you can test it by toggling the bulb (using the `onoff` cluster commands) or by manipulating its brightness (using the `levelcontrol` cluster commands): -- Use the following command pattern to toggle the OnOff attribute state (e.g. visualized by the LED state): +- Use the following command pattern to toggle the OnOff attribute state (e.g. + visualized by the LED state): ``` $ ./chip-tool onoff toggle @@ -343,7 +344,8 @@ manipulating its brightness (using the `levelcontrol` cluster commands): - __ is the ID of the endpoint with OnOff cluster implemented. -- Use the following command pattern to change the value of the CurrentLevel attribute (e.g. visualized by the LED brightness): +- Use the following command pattern to change the value of the CurrentLevel + attribute (e.g. visualized by the LED brightness): ``` $ ./chip-tool levelcontrol move-to-level