| PackId (Required) |
mce::UUID |
0 |
The UUID of the pack whose setting is being changed. |
mce::UUID
| Field Name |
Type |
Field Index |
Description |
| Most Significant Bits (Required) |
uint64 |
0 |
|
| Least Significant Bits (Required) |
uint64 |
1 |
|
|
| PackSettingName (Required) |
string |
1 |
The name of the setting being changed. |
| PackSettingValue (Required) |
oneOf |
2 |
The value of the setting being changed. |
oneOf<float, boolean, string>:
| Control Value [uint32] |
Type |
Details |
| 0 |
float |
Underlying: float |
| 1 |
boolean |
Underlying: boolean |
| 2 |
string |
- |
|