added correction fields

This commit is contained in:
2019-05-05 21:02:19 +02:00
parent 3d37eb67b3
commit bb16464756
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,9 @@ message BackendLEDOptions {
}
message BackendSetChannel {
map <int32, double> new_channel_values = 2;
map <int32, double> values = 1;
map <int32, float> correction = 2;
}
message BackendWrapperMessage {

View File

@@ -17,6 +17,7 @@ message AddLED {
string name = 1;
string backend = 2;
repeated int32 channel = 3;
repeated float correction = 4;
}
message RemoveLED {