Add canShutdown and hasWifi

This commit is contained in:
Ben Meadors 2022-10-30 08:04:34 -05:00
parent a79e3aef81
commit 8fdf235728

View file

@ -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;
}