forked from patrickjahns/esp_rgbww_firmware
-
Notifications
You must be signed in to change notification settings - Fork 6
Blink Command
verybadsoldier edited this page Jul 18, 2019
·
1 revision
This command can be used to let one or more channels blink. Blink is a regular animation as a fade or as a set command. Therefore the same flags are supported as for the color commands (queue, requeue etc.). Additionally with the parameter channels
the command can be parameterized to blink on one or more channels. Without this parameter in HSV mode the brightness channel will be used and in RAW mode both warm white and cold white channels will be used.
The parameter t
can be used to specify the blink time in ms.
Example:
{
"channels":["s", "v"],
"t":1500
}
Blinks for 1,5 s on channel saturation and brightness.