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:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"psave": 1,
|
||||
"n": "Sunrise",
|
||||
"ib": true,
|
||||
"on": true,
|
||||
"bri": 255,
|
||||
"seg": [{ "id": 0, "fx": 0, "cct": 0 }]
|
||||
}
|
||||
Reference in New Issue
Block a user