"Number of repetitions of @LEDMultiColorPattern"
Number of intervals to perform. For more details see user manual: FAQ -> How can I
use the multicolor LED?
"Run a blink pattern on MultiColorLED"
When setting a value to this variable, a blink pattern is played on the device's multi color
LED. The pattern is bitwise encoded into the value of this variable (20 values for on and
off).
This pattern will be played with color set in @LED_MultiColor
e.g.: value is 5, bitwise: 00000000000000000101 resulting blink pattern:
100ms on
100ms off
100ms on
1700ms off
The pattern will be repeated for @LEDMultiColorRepetition times.
For more details see user manual: FAQ -> How can I use the multicolor LED?