Done a heap

This commit is contained in:
2025-07-12 00:55:30 +12:00
parent 65774837c7
commit c77fd30f8f
6 changed files with 841 additions and 160 deletions

26
settings.json Normal file
View File

@@ -0,0 +1,26 @@
{
"lights": {
"light1": {
"names": [
"test"
],
"settings": {
"colors": [
"#ff0000",
"#0000ff",
"#00ff00"
],
"brightness": 255,
"pattern": "blink",
"delay": 40
}
}
},
"patterns": [
"on",
"off",
"blink",
"rainbow_cycle",
"color_transition"
]
}