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