Add README, sunrise alarm, CCT (white/warm) support and configs

- README: WLED pull/push usage, sunrise alarm, white vs warm (CCT) section
- wled_push: --cct 0-255 for segment 0 color temperature
- wled_config: white.json, warm.json, sunrise presets; updated state/full

Made-with: Cursor
This commit is contained in:
2026-03-09 00:50:35 +08:00
parent 3812dbc8ad
commit 3a40741096
9 changed files with 345 additions and 27 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"on": true,
"bri": 1,
"transition": 0,
"mainseg": 0,
"seg": [
{
"id": 0,
"on": true,
"fx": 0,
"cct": 0
}
],
"nl": {
"on": true,
"dur": 30,
"mode": 3,
"tbri": 255
}
}