mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Deprecated periods
This commit is contained in:
parent
55749d0b92
commit
99496e5778
1 changed files with 4 additions and 2 deletions
|
|
@ -1120,14 +1120,16 @@ message MyNodeInfo {
|
|||
uint32 min_app_version = 11;
|
||||
|
||||
/*
|
||||
* Deprecated in 2.1.x (Only used on device to keep track of utilization)
|
||||
* 24 time windows of 1hr each with the airtime transmitted out of the device per hour.
|
||||
*/
|
||||
repeated uint32 air_period_tx = 12;
|
||||
repeated uint32 air_period_tx = 12 [deprecated = true];
|
||||
|
||||
/*
|
||||
* Deprecated in 2.1.x (Only used on device to keep track of utilization)
|
||||
* 24 time windows of 1hr each with the airtime of valid packets for your mesh.
|
||||
*/
|
||||
repeated uint32 air_period_rx = 13;
|
||||
repeated uint32 air_period_rx = 13 [deprecated = true];
|
||||
|
||||
/*
|
||||
* Deprecated in 2.1.x (Source from DeviceMetadata instead)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue