Skip to content

Commit

Permalink
distinguish between ignition_line and ignition_can
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Oct 22, 2019
1 parent 3d90c78 commit fe09e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ struct HealthData {
# from can health
voltage @0 :UInt32;
current @1 :UInt32;
started @2 :Bool;
ignitionLine @2 :Bool;
controlsAllowed @3 :Bool;
gasInterceptorDetected @4 :Bool;
startedSignalDetectedDeprecated @5 :Bool;
Expand All @@ -308,6 +308,7 @@ struct HealthData {
hwType @10 :HwType;
fanSpeedRpm @11 :UInt16;
usbPowerMode @12 :UsbPowerMode;
ignitionCan @13 :Bool;

enum HwType {
unknown @0;
Expand Down

0 comments on commit fe09e4c

Please sign in to comment.