diff --git a/device_metadata.proto b/device_metadata.proto index 3492cd7..fd1bf47 100644 --- a/device_metadata.proto +++ b/device_metadata.proto @@ -19,4 +19,24 @@ message DeviceMetadata { * Device state version */ uint32 device_state_version = 2; + + /* + * Indicates whether the device can shutdown CPU natively or via power management chip + */ + bool canShutdown = 3; + + /* + * 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 = 6; } \ No newline at end of file