OctoPrint-WLED icon indicating copy to clipboard operation
OctoPrint-WLED copied to clipboard

Upgrade `wled` library, use websockets for state

Open cp2004 opened this issue 3 years ago • 0 comments

The python-wled library currently vendored doesn't support websockets, which could be used to get updates from WLED when turned on/off for example.

This is hard because the current version of the library only supports Python 3.9 and 3.10. I need to support at minimum 3.7... So some work will still have to be done. It's also not direct drop in as I don't use it asynchronously. I would like to do so at some point.

cp2004 avatar Feb 14 '22 23:02 cp2004