diff --git a/log.capnp b/log.capnp index ab3adeb..e7cce28 100644 --- a/log.capnp +++ b/log.capnp @@ -294,6 +294,7 @@ struct DeviceState @0xa4d8b5af2aa492eb { networkType @22 :NetworkType; networkInfo @31 :NetworkInfo; networkStrength @24 :NetworkStrength; + networkStats @43 :NetworkStats; networkMetered @41 :Bool; lastAthenaPingTime @32 :UInt64; @@ -369,6 +370,11 @@ struct DeviceState @0xa4d8b5af2aa492eb { state @5 :Text; } + struct NetworkStats { + wwanTx @0 :Int64; + wwanRx @1 :Int64; + } + # deprecated cpu0DEPRECATED @0 :UInt16; cpu1DEPRECATED @1 :UInt16;