mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Updated proto-definition due to changes in newest protobuf library
Former-commit-id: 2e5a2de1a05bdd5c5ccc8668d6a6d050b5fbb1de
This commit is contained in:
parent
c9d3a91d36
commit
654f6416ea
@ -17,7 +17,7 @@ message HyperionRequest {
|
|||||||
|
|
||||||
message ColorRequest {
|
message ColorRequest {
|
||||||
extend HyperionRequest {
|
extend HyperionRequest {
|
||||||
required ColorRequest colorRequest = 10;
|
optional ColorRequest colorRequest = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
// priority to use when setting the color
|
// priority to use when setting the color
|
||||||
@ -32,7 +32,7 @@ message ColorRequest {
|
|||||||
|
|
||||||
message ImageRequest {
|
message ImageRequest {
|
||||||
extend HyperionRequest {
|
extend HyperionRequest {
|
||||||
required ImageRequest imageRequest = 11;
|
optional ImageRequest imageRequest = 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
// priority to use when setting the image
|
// priority to use when setting the image
|
||||||
@ -53,7 +53,7 @@ message ImageRequest {
|
|||||||
|
|
||||||
message ClearRequest {
|
message ClearRequest {
|
||||||
extend HyperionRequest {
|
extend HyperionRequest {
|
||||||
required ClearRequest clearRequest = 12;
|
optional ClearRequest clearRequest = 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
// priority which need to be cleared
|
// priority which need to be cleared
|
||||||
|
Loading…
Reference in New Issue
Block a user