mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-23 10:54:56 -04:00
Apply profiles server-side rather than client-side, signal active profile update, forward loaded profile to local client for plugins
This commit is contained in:
1 parent
a58e79ba71
commit
04ef7a2c28
7 files changed
+456
-103
No files matched your search
@@ -106,6 +106,12 @@ enum
|
||||
NET_PACKET_ID_PROFILEMANAGER_UPLOAD_PROFILE = 154, /* Upload a profile to the server in JSON format */
|
||||
NET_PACKET_ID_PROFILEMANAGER_DOWNLOAD_PROFILE = 155, /* Download a profile from the server in JSON format*/
|
||||
NET_PACKET_ID_PROFILEMANAGER_GET_ACTIVE_PROFILE = 156, /* Get the active profile name */
|
||||
NET_PACKET_ID_PROFILEMANAGER_ACTIVE_PROFILE_CHANGED
|
||||
= 157, /* Indicate to clients active profile has changed */
|
||||
NET_PACKET_ID_PROFILEMANAGER_PROFILE_LOADED = 158, /* Notify to active client that profile has loaded */
|
||||
/* Forwards loaded profile data */
|
||||
NET_PACKET_ID_PROFILEMANAGER_PROFILE_ABOUT_TO_LOAD
|
||||
= 159, /* Indicate to clients profile about to load */
|
||||
|
||||
/*----------------------------------------------------------------------------------------------------------*\
|
||||
| PluginManager functions |
|
||||
|
||||
Reference in new issue
Block a user