Skip to content

Commit

Permalink
add networkStrength to thermal (commaai#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
valish authored Mar 7, 2020
1 parent 2e5cbfc commit 128b3f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ struct ThermalData {
usbOnline @12 :Bool;
networkType @22 :NetworkType;
offroadPowerUsage @23 :UInt32; # Power usage since going offroad in uWh
networkStrength @24 :NetworkStrength;

fanSpeed @10 :UInt16;
started @11 :Bool;
Expand Down Expand Up @@ -308,6 +309,14 @@ struct ThermalData {
cell4G @4;
cell5G @5;
}

enum NetworkStrength {
unknown @0;
poor @1;
moderate @2;
good @3;
great @4;
}
}

struct HealthData {
Expand Down

0 comments on commit 128b3f9

Please sign in to comment.