Pull WLED state from device; add Sunrise preset and presets docs

- wled_pull: update full.json, state.json, info.json from device
- Add wled_config/presets/sunrise.json (psave payload for preset 1)
- README: document defining and pushing presets

Made-with: Cursor
This commit is contained in:
2026-03-09 01:03:24 +08:00
parent 4758017483
commit e76e78deec
5 changed files with 70 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"psave": 1,
"n": "Sunrise",
"ib": true,
"on": true,
"bri": 255,
"seg": [{ "id": 0, "fx": 0, "cct": 0 }]
}