kopia lustrzana https://github.com/Aircoookie/WLED
Strona:
Subpages
Strony
Add own functionality
Blynk
Compatible hardware
Compatible software
Compiling WLED
Contributors & About
Contributors and credits
Control a relay with WLED
DMX Output
Disconnected
E1.31 DMX
ESP32 recovery
End user guide
FAQ
HTTP request API
Home Automation systems
Home
How To Compile Analog WLED .bin File
How To Compile WLED .bin File
How to properly submit a PR
Infrared Control
Install WLED binary
Installation using the official GUI tool (ESP8266)
JSON API
Learning the ropes
List of effects and palettes
MQTT
Macros
Mapping
Multi strip
Philips hue sync
Presets
Privacy policy
Remote Access and IFTTT
Security
Segments
Settings
Subpages
Sync WLED devices (UDP Notifier)
UDP Realtime Control
Upcoming Features
WebSocket
Wiring Pro tips
15
Subpages
Aircoookie edytuje tę stronę 2020-02-27 19:07:04 +01:00
Spis treści
This is the sitemap of the module server. Access with <ESP-IP>/path (Example: 192.168.8.4/settings)
Path | Description | OTA rights required | Since version |
---|---|---|---|
/ | Default UI, index page | No | 0.2 |
/update | Upload new firmware | Yes | 0.3 |
/win | HTTP Request API (since 0.3) | No | 0.3 |
/json | JSON API | No | 0.8.4 |
/json/state | JSON state object | No | 0.8.4 |
/json/info | JSON information | No | 0.8.4 |
/json/eff | Effect name list | No | 0.8.4 |
/json/pal | Palette name list | No | 0.8.4 |
/json/live | Current colors of LEDs | No | 0.9.0 |
/liveview | Live preview of current LEDs | No | 0.9.0 |
/url | Returns current light setup API url | No | 0.9.1 |
/settings | Settings index page | No | 0.2 |
/settings/wifi | WiFi Settings page | Cnfg | 0.5.0 |
/settings/led | LED Settings page | No | 0.5.0 |
/settings/ui | UI Settings page | No | 0.5.0 |
/settings/sync | Sync Settings page | No | 0.5.0 |
/settings/time | Time Settings page | No | 0.5.0 |
/settings/sec | Security Settings page | Yes | 0.5.0 |
/welcome | New User Welcome page | No | 0.5.0 |
/sliders | UI, index page | No | 0.5.0 |
/reset | Reboot module | No | 0.3 |
/version | Returns build version | No | 0.3 |
/uptime | Returns runtime in ms | No | 0.4 |
/freeheap | Returns free memory | No | 0.4 |
/favicon.ico | Page icon | No | 0.2 |
/teapot | :) | No | 0.5.0 |
/edit | SPIFFS page (if USEFS) | Yes | 0.2 |
Removed sites
Path | Description | OTA rights required | Versions |
---|---|---|---|
/list | Lists SPIFFS contents (if USEFS) | Yes | 0.2-0.8.3 |
/easter | Joke page | No | 0.6.2 only |
/power | Returns an estimate of used LED current | No | 0.5.0-0.8.3 |
/build | Returns details about the build | No | 0.5.0-0.8.3 |
/cleareeprom | Resets to factory defaults | Yes | 0.3-0.6.4 |
/down | Kills software. Hard reset required. | Yes | 0.3-0.6.4 |
Basics
Features
- List of effects and palettes
- Macros & Button
- Multi strip
- Presets
- Segments
- Webserver sitemap
- Control a relay
Interfaces
- Blynk
- DMX Output
- E1.31 (DMX) / Art-Net
- UDP Realtime / tpm2.net
- HTTP Request API
- Infrared
- JSON API
- MQTT
- Philips hue sync
- WebSocket
- WLED UDP sync
Advanced
- Compatible Hardware
- Compatible Software
- Home Automation configs
- How to Compile WLED .bin file
- How to add custom features
- Mapping
- Remote Access and IFTTT
- Security
- Wiring pro-tips
- How to properly submit a PR