Added a couple

This commit is contained in:
Ben Meadors 2022-10-30 08:13:07 -05:00
parent 8fdf235728
commit 2c872dc430

View file

@ -26,7 +26,17 @@ message DeviceMetadata {
bool canShutdown = 3;
/*
* Indicates that the device has native wifi capabilities
* Indicates that the device has native wifi capability
*/
bool hasWifi = 4;
/*
* Indicates that the device has native bluetooth capability
*/
bool hasBluetooth = 5;
/*
* Indicates that the device has an ethernet peripheral
*/
bool hasEthernet = 5;
}