events: reword ESP off alert (#27304)

* Rename event

* rename to Control

* rename to disabled
This commit is contained in:
Shane Smiskol
2023-02-10 23:46:48 -08:00
committed by GitHub
parent 69e52f02fd
commit 4f2134468f
+2 -2
View File
@@ -729,8 +729,8 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
},
EventName.espDisabled: {
ET.SOFT_DISABLE: soft_disable_alert("ESP Off"),
ET.NO_ENTRY: NoEntryAlert("ESP Off"),
ET.SOFT_DISABLE: soft_disable_alert("Electronic Stability Control Disabled"),
ET.NO_ENTRY: NoEntryAlert("Electronic Stability Control Disabled"),
},
EventName.lowBattery: {