You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
434 B
14 lines
434 B
DEVICE_METADATA_SCHEME = [
|
|
("string", "firmware_version", 1),
|
|
("uint32", "device_state_version", 2),
|
|
("bool", "canShutdown", 3),
|
|
("bool", "hasWifi", 4),
|
|
("bool", "hasBluetooth", 5),
|
|
("bool", "hasEthernet", 6),
|
|
("int32", "role", 7),
|
|
("uint32", "position_flags", 8),
|
|
("int32", "hw_model", 9),
|
|
("bool", "hasRemoteHardware", 10),
|
|
("bool", "hasPKC", 11),
|
|
("uint32", "excluded_modules", 12)
|
|
]
|