Update SDK docs
This commit is contained in:
parent
a1d7a76349
commit
3a508e71aa
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue