Files
ESP32-WijiBoard/web/assets/backgrounds/default/sequences.json
T
PROFERIS - Mi³osz Stocki 228cbf2329 Sequence editor. Layout fixes
2026-07-07 11:54:50 +02:00

36 lines
880 B
JSON

[
{
"id": "seq_alphabet_default",
"name": "Spell Alphabet",
"favorite": true,
"steps": [
{ "type": "spot", "id": "A" },
{ "type": "spot", "id": "B" },
{ "type": "spot", "id": "C" },
{ "type": "spot", "id": "D" },
{ "type": "spot", "id": "E" }
]
},
{
"id": "seq_yes_no",
"name": "Yes then No",
"favorite": true,
"steps": [
{ "type": "spot", "id": "YES" },
{ "type": "spot", "id": "NO" }
]
},
{
"id": "seq_corners",
"name": "Four Corners",
"favorite": true,
"steps": [
{ "type": "xy", "x": 130, "y": 120, "delay": 1500 },
{ "type": "xy", "x": -130, "y": 120, "delay": 1500 },
{ "type": "xy", "x": -130, "y": -15, "delay": 1500 },
{ "type": "xy", "x": 130, "y": -15, "delay": 1500 },
{ "type": "xy", "x": 0, "y": 50, "delay": 1500 }
]
}
]