mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #777 from meshtastic/telemetry-opt-in
Add device_telemetry_enabled to force opt-in of device telemetry broadcasts
This commit is contained in:
commit
46b81e822a
1 changed files with 6 additions and 0 deletions
|
|
@ -615,6 +615,12 @@ message ModuleConfig {
|
|||
* Enable/Disable the health telemetry module on-device display
|
||||
*/
|
||||
bool health_screen_enabled = 13;
|
||||
|
||||
/*
|
||||
* Enable/Disable the device telemetry module to send metrics to the mesh
|
||||
* Note: We will still send telemtry to the connected phone / client every minute over the API
|
||||
*/
|
||||
bool device_telemetry_enabled = 14;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue