Updated proto-definition due to changes in newest protobuf library

Former-commit-id: 2e5a2de1a05bdd5c5ccc8668d6a6d050b5fbb1de
This commit is contained in:
T.van der Zwan 2014-09-26 18:27:30 +00:00
parent c9d3a91d36
commit 654f6416ea

View File

@ -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