From f9d06b76a157086edd8c761dd0344529dd5a6254 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 17 Aug 2022 13:55:52 +0000 Subject: [PATCH] Restyled by prettier-markdown --- .../lighting-app/nxp/k32w/k32w0/README.md | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/examples/lighting-app/nxp/k32w/k32w0/README.md b/examples/lighting-app/nxp/k32w/k32w0/README.md index 410cd5b95f1fd5..8ea1d9848debcd 100644 --- a/examples/lighting-app/nxp/k32w/k32w0/README.md +++ b/examples/lighting-app/nxp/k32w/k32w0/README.md @@ -169,19 +169,22 @@ will be initiated. ### Identify cluster LED state -The Identify cluster server supports two identification commands: **Identify** and **TriggerEffect**. These commands allow a user to identify a particular device. For these commands, the **LED D3** is used. - -The **Identify command** will use the **LED D3** to flash with a period of 0.5 seconds. - -The **TriggerEffect command** will use the **LED D3** with the following effects: - -* _Blink_ — flash with a 1 second period for 2 seconds -* _Breathe_ — flash with a 1 second period for 15 seconds -* _Okay_ — flash with a 1 second period for 4 seconds -* _Channel change_ — same as Blink -* _Finish effect_ — complete current effect sequence and terminate -* _Stop effect_ — terminate as soon as possible - +The Identify cluster server supports two identification commands: **Identify** +and **TriggerEffect**. These commands allow a user to identify a particular +device. For these commands, the **LED D3** is used. + +The **Identify command** will use the **LED D3** to flash with a period of 0.5 +seconds. + +The **TriggerEffect command** will use the **LED D3** with the following +effects: + +- _Blink_ — flash with a 1 second period for 2 seconds +- _Breathe_ — flash with a 1 second period for 15 seconds +- _Okay_ — flash with a 1 second period for 4 seconds +- _Channel change_ — same as Blink +- _Finish effect_ — complete current effect sequence and terminate +- _Stop effect_ — terminate as soon as possible