3a40741096
- 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
18 lines
182 B
JSON
18 lines
182 B
JSON
{
|
|
"on": true,
|
|
"tt": 100,
|
|
"bri": 255,
|
|
"mainseg": 0,
|
|
"nl": {
|
|
"on": false
|
|
},
|
|
"seg": [
|
|
{
|
|
"id": 0,
|
|
"on": true,
|
|
"fx": 0,
|
|
"cct": 0
|
|
}
|
|
]
|
|
}
|