diff --git a/device_metadata.proto b/device_metadata.proto index 3492cd7..95f94a2 100644 --- a/device_metadata.proto +++ b/device_metadata.proto @@ -19,4 +19,14 @@ 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 capabilities + */ + bool hasWifi = 4; } \ No newline at end of file