Skip to content

Commit

Permalink
Add fault status to health
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Nov 14, 2019
1 parent 7fd314a commit ca8df17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@ struct HealthData {
usbPowerMode @12 :UsbPowerMode;
ignitionCan @13 :Bool;
safetyModel @14 :Car.CarParams.SafetyModel;
faultStatus @15 :FaultStatus;

enum FaultStatus {
none @0;
fault @1;
}

enum HwType {
unknown @0;
Expand Down

0 comments on commit ca8df17

Please sign in to comment.