Added response from LedD

This commit is contained in:
2017-12-12 19:09:41 +01:00
parent fe9a6d440c
commit c0b46db0cf

View File

@@ -12,6 +12,10 @@ message Backend {
map<string, string> options = 10;
}
message LedD {
string name = 1;
}
message BackendSetAll {
int32 value = 1;
}
@@ -36,5 +40,6 @@ message BackendWrapperMessage {
BackendSetLocalDirect m_set_local_direct = 4;
BackendLEDOptions m_options = 5;
BackendSetChannel m_set_channel = 6;
LedD m_ledd = 7;
}
}