Add new pattern 'alternating_pulse' (ap): odd beat pulses color1 on odd bars, even beat pulses color2 on even bars; preserve existing alternating_phase; compact payloads and white guard retained

This commit is contained in:
2025-10-04 01:58:02 +13:00
parent dc6d48a44b
commit 8ad7f41d77
2 changed files with 57 additions and 2 deletions

View File

@@ -42,8 +42,8 @@
}
],
"selected_color_indices": [
5,
2
4,
3
],
"pattern_parameters": {
"alternating": {
@@ -136,6 +136,13 @@
"n2": 10,
"n3": 1,
"n4": 1
},
"alternating_pulse": {
"delay": 100,
"n1": 10,
"n2": 10,
"n3": 1,
"n4": 1
}
}
}