diff --git a/client.proto b/client.proto index 9ac863d..8a48cbb 100644 --- a/client.proto +++ b/client.proto @@ -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 options = 10; }