trashed idea of unique ids, fuck ids

This commit is contained in:
2017-12-10 14:39:06 +01:00
committed by GitHub
parent ee455fd13a
commit e7353e7c67

View File

@@ -3,13 +3,12 @@ syntax = "proto3";
package ledd;
message Client {
int32 id = 1;
string address = 2;
int32 max_led = 3;
string name = 4;
string version = 5;
int32 resolution = 6;
int32 port = 7;
string platform = 5;
string version = 6;
int32 resolution = 7;
int32 port = 8;
map<string, string> options = 10;
}