A plugin for the Elgato Stream Deck that allow for control over your Logitech Litra Glow lights.
Until I submit this plugin to the Elgato Marketplace, you must install it and build it manually.
You will need Go to build this locally.
The file go.mod
contains the minimum version of go required.
just
is an alternative to make
).just install build link
, to both build the plugin and create a symlink in your Elgato Plugins directory.Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
I have split the codebase into its two parts:
go/
ca.michaelabon.logitechlitra.sdPlugin/
Debugging is largely logfile based.
The plugin will write to the ca.michaelabon.logitechlitra.sdPlugin/logs/
directory.
The Stream Deck SDK has documentation on how plugins work. In short, the plugin and the configuration page (known as the property inspector) communicate with the Stream Deck over websockets. They send and receive events. The SDK documentation and building a Stream Deck plugin in general is far from the best developer experience. If you have any questions about building a Stream Deck plugin, just open an issue in this repo. I'll do my best to help.
Please make sure to update tests as appropriate.
You can run tests with just test
.
GNU General Public License v3.0, available at LICENSE