gsd 4 months ago
parent
commit
53dbbc40db
  1. 12
      protobufs_extra/node_info_lite_proto.py

12
protobufs_extra/node_info_lite_proto.py

@ -7,14 +7,14 @@ DEVICE_METRICS_SCHEME = [
] ]
USER_LITE_SCHEME = [ USER_LITE_SCHEME = [
("bytes", "macaddr", 1), #("bytes", "macaddr", 1),
("string", "long_name", 2), ("string", "long_name", 2),
("string", "short_name", 3), ("string", "short_name", 3),
("int32", "hw_model", 4), #("int32", "hw_model", 4),
("bool", "is_licensed", 5), #("bool", "is_licensed", 5),
("int32", "role", 6), #("int32", "role", 6),
("bytes", "public_key", 7), #("bytes", "public_key", 7),
("scalar", "is_unmessagable", 9, "bool") #("scalar", "is_unmessagable", 9, "bool")
] ]
POSITION_LITE_SCHEME = [ POSITION_LITE_SCHEME = [

Loading…
Cancel
Save