trashed idea of unique ids, fuck ids
This commit is contained in:
@@ -3,13 +3,12 @@ syntax = "proto3";
|
|||||||
package ledd;
|
package ledd;
|
||||||
|
|
||||||
message Client {
|
message Client {
|
||||||
int32 id = 1;
|
|
||||||
string address = 2;
|
|
||||||
int32 max_led = 3;
|
int32 max_led = 3;
|
||||||
string name = 4;
|
string name = 4;
|
||||||
string version = 5;
|
string platform = 5;
|
||||||
int32 resolution = 6;
|
string version = 6;
|
||||||
int32 port = 7;
|
int32 resolution = 7;
|
||||||
|
int32 port = 8;
|
||||||
|
|
||||||
map<string, string> options = 10;
|
map<string, string> options = 10;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user