removed redundant message; fixed missing vlaue in client proto

This commit is contained in:
2017-12-12 20:45:58 +01:00
parent c0b46db0cf
commit f64cea8403
2 changed files with 4 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ message GetLED {
message SetDirect {
string backend = 1;
int32 channel = 2;
int32 value = 3;
}
message RPCResponse {