DeviceState.NetworkStats (#338)

* DeviceState.NetworkStats

* Update log.capnp
This commit is contained in:
Willem Melching
2022-07-28 14:57:50 +02:00
committed by GitHub
parent 5fce93da72
commit a4db5e79e4

View File

@@ -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;