Move to src. Add midi and sound

This commit is contained in:
2025-09-07 21:15:42 +12:00
parent b77b29415c
commit 9fc58a827b
9 changed files with 568 additions and 7 deletions

View File

@@ -2,7 +2,8 @@
"lights": {
"sign": {
"names": [
"tt-sign"
"tt-sign",
"1"
],
"settings": {
"colors": [
@@ -10,9 +11,9 @@
"#c30074",
"#00ff00"
],
"brightness": 6,
"pattern": "color_transition",
"delay": 30
"brightness": 9,
"pattern": "off",
"delay": 50
}
},
"dj": {
@@ -79,7 +80,7 @@
"#000000"
],
"brightness": 6,
"pattern": "flicker",
"pattern": "on",
"delay": 520
}
},
@@ -155,6 +156,7 @@
"rainbow_cycle",
"color_transition",
"theater_chase",
"flicker"
"flicker",
"pulse"
]
}