Skip to content

Commit ca8df17

Browse files
committed
Add fault status to health
1 parent 7fd314a commit ca8df17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

log.capnp

+6
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,12 @@ struct HealthData {
310310
usbPowerMode @12 :UsbPowerMode;
311311
ignitionCan @13 :Bool;
312312
safetyModel @14 :Car.CarParams.SafetyModel;
313+
faultStatus @15 :FaultStatus;
314+
315+
enum FaultStatus {
316+
none @0;
317+
fault @1;
318+
}
313319

314320
enum HwType {
315321
unknown @0;

0 commit comments

Comments
 (0)