Skip to content

Commit 988783f

Browse files
authored
Merge pull request #28 from commaai/power_monitoring
Added offroad power usage
2 parents ab32956 + b43fd06 commit 988783f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

log.capnp

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ struct ThermalData {
280280
batteryVoltage @16 :Int32;
281281
usbOnline @12 :Bool;
282282
networkType @22 :NetworkType;
283+
offroadPowerUsage @23 :UInt32; # Power usage since going offroad in uWh
283284

284285
fanSpeed @10 :UInt16;
285286
started @11 :Bool;

0 commit comments

Comments
 (0)