Add event for commIssueWarning

old-commit-hash: 93e90898ddbd1bf85fd5809a43227f07cd15f1db
This commit is contained in:
Willem Melching
2020-12-03 16:54:54 +01:00
parent ec8a8ab494
commit 2ddbb49742
+2
View File
@@ -211,6 +211,8 @@ def wrong_car_mode_alert(CP: car.CarParams, sm: messaging.SubMaster, metric: boo
EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, bool], Alert]]]] = {
# ********** events with no alerts **********
EventName.comIssueWarning: {},
# ********** events only containing alerts displayed in all states **********
EventName.debugAlert: {