added correction fields
This commit is contained in:
@@ -27,7 +27,9 @@ message BackendLEDOptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message BackendSetChannel {
|
message BackendSetChannel {
|
||||||
map <int32, double> new_channel_values = 2;
|
map <int32, double> values = 1;
|
||||||
|
map <int32, float> correction = 2;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message BackendWrapperMessage {
|
message BackendWrapperMessage {
|
||||||
|
@@ -17,6 +17,7 @@ message AddLED {
|
|||||||
string name = 1;
|
string name = 1;
|
||||||
string backend = 2;
|
string backend = 2;
|
||||||
repeated int32 channel = 3;
|
repeated int32 channel = 3;
|
||||||
|
repeated float correction = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RemoveLED {
|
message RemoveLED {
|
||||||
|
Reference in New Issue
Block a user