Add WLED pull/push scripts and config backup
- wled_pull.py: fetch state, info, cfg, effects, palettes from WLED - wled_push.py: send commands or JSON state to WLED - wled_config/: saved full.json, state.json, info.json from 192.168.240.30 Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"ver": "0.15.1",
|
||||
"vid": 2507300,
|
||||
"cn": "K\u014dsen",
|
||||
"release": "ESP32",
|
||||
"leds": {
|
||||
"count": 1,
|
||||
"pwr": 120,
|
||||
"fps": 2,
|
||||
"maxpwr": 20000,
|
||||
"maxseg": 32,
|
||||
"bootps": 0,
|
||||
"seglc": [
|
||||
6
|
||||
],
|
||||
"lc": 6,
|
||||
"rgbw": false,
|
||||
"wv": 2,
|
||||
"cct": 4
|
||||
},
|
||||
"str": false,
|
||||
"name": "WLED-Gledopto",
|
||||
"udpport": 21324,
|
||||
"simplifiedui": false,
|
||||
"live": false,
|
||||
"liveseg": -1,
|
||||
"lm": "",
|
||||
"lip": "",
|
||||
"ws": 1,
|
||||
"fxcount": 187,
|
||||
"palcount": 71,
|
||||
"cpalcount": 0,
|
||||
"maps": [
|
||||
{
|
||||
"id": 0
|
||||
}
|
||||
],
|
||||
"wifi": {
|
||||
"bssid": "A4:A9:30:F9:4D:96",
|
||||
"rssi": -50,
|
||||
"signal": 100,
|
||||
"channel": 1,
|
||||
"ap": false
|
||||
},
|
||||
"fs": {
|
||||
"u": 8,
|
||||
"t": 983,
|
||||
"pmt": 1772891797
|
||||
},
|
||||
"ndc": 0,
|
||||
"arch": "esp32",
|
||||
"core": "v3.3.6-16-gcc5440f6a2",
|
||||
"clock": 240,
|
||||
"flash": 4,
|
||||
"lwip": 0,
|
||||
"freeheap": 169488,
|
||||
"uptime": 10831,
|
||||
"time": "2026-3-7, 16:53:00",
|
||||
"u": {
|
||||
"AudioReactive": [
|
||||
"<button class=\"btn btn-xs\" onclick=\"requestJson({AudioReactive:{enabled:false}});\"><i class=\"icons on\"></i></button>"
|
||||
],
|
||||
"GEQ Input Level": [
|
||||
"<div class=\"slider\"><div class=\"sliderwrap il\"><input class=\"noslide\" onchange=\"requestJson({AudioReactive:{inputLevel:parseInt(this.value)}});\" oninput=\"updateTrail(this);\" max=255 min=0 type=\"range\" value=128 /><div class=\"sliderdisplay\"></div></div></div>"
|
||||
],
|
||||
"Audio Source": [
|
||||
"I2S digital",
|
||||
" - peak 99%"
|
||||
],
|
||||
"Sound Processing": [
|
||||
"running"
|
||||
],
|
||||
"AGC Gain": [
|
||||
8.46,
|
||||
"x"
|
||||
],
|
||||
"UDP Sound Sync": [
|
||||
"off"
|
||||
]
|
||||
},
|
||||
"opt": 79,
|
||||
"brand": "WLED",
|
||||
"product": "FOSS",
|
||||
"mac": "b0cbd8e1a8c8",
|
||||
"ip": "192.168.240.30"
|
||||
}
|
||||
Reference in New Issue
Block a user