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

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