Update SDK docs

This commit is contained in:
Arthur de Groot 2025-07-24 15:16:57 +00:00 committed by Adam Honse
parent a1d7a76349
commit 3a508e71aa
2 changed files with 5 additions and 1 deletions

View file

@ -307,6 +307,10 @@ The plugin data block represents the information of one plugin. This data block
This packet is used to send data to a plugin. The `pkt_dev_idx` field in the header specifies which plugin to send to and corresponds to the `plugin_index` field in the plugin list. The first 4 bytes of the data is the plugin packet type, the rest of the packet is plugin-specific.
List of plugins that currently support this:
- [Effects plugin](https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/blob/master/SDK.md)
### Response [Size: Variable]
The response is optionally generated by the plugin. The data in the packet is plugin-specific.