define alert for actuatorsApiUnavailable

pull/32477/head
Adeeb Shihadeh 1 year ago
parent b742776bff
commit 075176f869
  1. 1
      selfdrive/controls/lib/events.py

@ -331,6 +331,7 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
# ********** events with no alerts ********** # ********** events with no alerts **********
EventName.stockFcw: {}, EventName.stockFcw: {},
EventName.actuatorsApiUnavailable: {},
# ********** events only containing alerts displayed in all states ********** # ********** events only containing alerts displayed in all states **********

Loading…
Cancel
Save