mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Changed format of proto color from bytes array to int32
Former-commit-id: 7dcf0256a81bfafb4a8f69a5a2e2a582d43a1d0d
This commit is contained in:
@@ -23,8 +23,8 @@ message ColorRequest {
|
||||
// priority to use when setting the color
|
||||
required int32 priority = 1;
|
||||
|
||||
// 3-byte value containing the rgb color
|
||||
required bytes rgbColor = 2;
|
||||
// integer value containing the rgb color (0x00RRGGBB)
|
||||
required int32 rgbColor = 2;
|
||||
|
||||
// duration of the request (negative results in infinite)
|
||||
optional int32 duration = 3;
|
||||
|
Reference in New Issue
Block a user