removed redundant message; fixed missing vlaue in client proto
This commit is contained in:
@@ -20,11 +20,6 @@ message BackendSetAll {
|
|||||||
int32 value = 1;
|
int32 value = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BackendSetLocalDirect {
|
|
||||||
int32 channel = 1;
|
|
||||||
int32 value = 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
message BackendLEDOptions {
|
message BackendLEDOptions {
|
||||||
map<string, string> options = 1;
|
map<string, string> options = 1;
|
||||||
}
|
}
|
||||||
@@ -37,9 +32,8 @@ message BackendWrapperMessage {
|
|||||||
oneof msg {
|
oneof msg {
|
||||||
Backend m_backend = 2;
|
Backend m_backend = 2;
|
||||||
BackendSetAll m_set_all = 3;
|
BackendSetAll m_set_all = 3;
|
||||||
BackendSetLocalDirect m_set_local_direct = 4;
|
BackendLEDOptions m_options = 4;
|
||||||
BackendLEDOptions m_options = 5;
|
BackendSetChannel m_set_channel = 5;
|
||||||
BackendSetChannel m_set_channel = 6;
|
LedD m_ledd = 6;
|
||||||
LedD m_ledd = 7;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ message GetLED {
|
|||||||
message SetDirect {
|
message SetDirect {
|
||||||
string backend = 1;
|
string backend = 1;
|
||||||
int32 channel = 2;
|
int32 channel = 2;
|
||||||
|
int32 value = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message RPCResponse {
|
message RPCResponse {
|
||||||
|
|||||||
Reference in New Issue
Block a user