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