mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 00:14:32 +08:00
DeviceState.NetworkStats (#338)
* DeviceState.NetworkStats * Update log.capnp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user