Skip to content

Commit

Permalink
add alert event type
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 11, 2020
1 parent 12aad06 commit d6f10a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ struct CarEvent @0x9b1657f34caf3ad3 {
name @0 :EventName;
enable @1 :Bool;
noEntry @2 :Bool;
warning @3 :Bool;
warning @3 :Bool; # alerts presented only when enabled or soft disabling
alert @9 :Bool; # alerts presented regardless of openpilot state
userDisable @4 :Bool;
softDisable @5 :Bool;
immediateDisable @6 :Bool;
Expand Down

0 comments on commit d6f10a4

Please sign in to comment.