mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add canShutdown and hasWifi
This commit is contained in:
parent
a79e3aef81
commit
8fdf235728
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue