You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: