This pattern will be played with volume set in @BeeperAlarmVolume.
e.g.: value is 5, bitwise: 00000000000000000101 resulting beep pattern:
100ms on
100ms off
100ms on
1700ms off
The pattern will be repeated for @BeeperAlarmRepetition times.
Note: On devices with a speaker, short interval times (less than 300ms) might not trigger
the speaker at the beginning of the pattern.
"Run an event's beep pattern"
When setting a value to this variable, a beep pattern is played on the device's beeper. The
pattern is bitwise encoded into the value of this variable (20 values for on and off).
This pattern will be played with volume set in @BeeperEventVolume.
e.g.: value is 5, bitwise: 00000000000000000101 resulting beep pattern:
100ms on
100ms off
100ms on
1700ms off
The pattern will be repeated for @BeeperEventRepetition times.
Note: On devices with a speaker, short interval times (less than 300ms) might not trigger
the speaker at the beginning of the pattern.