jackw01 / led-control

Advanced WS2812/SK6812 RGB/RGBW LED controller with on-the-fly Python animation programming, web code editor/control interface, 1D, 2D, and 3D display support, and E1.31 sACN support
https://jackw01.github.io/led-control/
MIT License
162 stars 35 forks source link

Http get #35

Closed bwhite80 closed 2 years ago

bwhite80 commented 2 years ago

Is there an HTTP GET request for the web interface? There is a 3rd party plugin that sends GET requests to change settings.

Fitipalek commented 2 years ago

check app.py , there are all requests that i know of :)

jackw01 commented 2 years ago

The APIs used internally by the web interface have changed in version 2.0.0. The major version number was incremented because this version includes breaking changes, and this was stated in the release notes. If your issue is with compatibility with someone else's software, please use a 1.x.x version and/or contact the developers of the other software.