Grigoriy Gusev
Grigoriy Gusev
@KazukiOmata Hi, I'm currently developing a debug mode. I don't know the timing, but documentation will definitely be added later. Now you can try using the library. Its code is...
@thelulzy Hello. I took your advice and added information about creating and packaging the plugin. There are also many new features and a Debug mode. Already available in updated version:...
@thelulzy Have you added your package to `/code/requirements.txt` ? If not, then go to `` in the terminal and use the command `pip freeze > code/requirements.txt`. Here's an example from...
@dBeau It seems to me that the idea of using one websocket client for different tasks is not very correct. Maybe it makes sense to use one websocket client for...
https://github.com/gri-gus/streamdeck-python-sdk/issues/2#issuecomment-2344429712 I'm not sure about the correct operation of the asynchronous function in the in_separate_thread decorator. And in general, so far everything has been done for synchronous code. An asynchronous...
https://github.com/gri-gus/streamdeck-python-sdk/issues/2#issuecomment-2509555846 @thelulzy Hi, I'm really glad it worked out for you! They did update the documentation so it's more focused on nodejs, but the API section remains. Here it is:...
Hello, @Koenvh1 ! It's cool that the tool helps you. And it's great that you were able to figure it out, with almost no documentation that I haven't completed yet......