mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Update description for Equipment Stop
This commit is contained in:
parent
15baf23513
commit
5bbfa7f962
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ const char* get_event_message_string(EVENTS_ENUM_TYPE event) {
|
|||
case EVENT_MQTT_DISCONNECT:
|
||||
return "MQTT disconnected.";
|
||||
case EVENT_EQUIPMENT_STOP:
|
||||
return "EQUIPMENT STOP ACTIVATED!!!";
|
||||
return "User requested stop, either via equipment stop circuit or webserver Open Contactor button";
|
||||
case EVENT_SD_INIT_FAILED:
|
||||
return "SD card initialization failed, check hardware. Power must be removed to reset the SD card.";
|
||||
case EVENT_PERIODIC_BMS_RESET:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue