Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and andrei-menzopol committed Aug 19, 2022
1 parent 863b8b0 commit f9d06b7
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions examples/lighting-app/nxp/k32w/k32w0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a name="building"></a>

Expand Down

0 comments on commit f9d06b7

Please sign in to comment.