added link to example of how to set up a macro

This commit is contained in:
Raoul Teeuwen 2020-05-30 09:25:22 +02:00
parent a315158495
commit eeedfe3831
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ Each macro has the format of a standard [HTTP API call](https://github.com/Airco
For example, the macro "A=255" sets the brightness to maximum. "R=255&G=160&B=0" sets the color to orange.
You can specify up to 16 macros.
Examples of how to use API-calls and define macro's can be found in [this issue](https://github.com/Aircoookie/WLED/issues/801#issuecomment-635600255) and [in this one](https://github.com/Aircoookie/WLED/issues/199#issuecomment-520143239).