Update description for Equipment Stop

This commit is contained in:
Daniel Öster 2025-04-16 23:04:13 +03:00 committed by GitHub
parent 15baf23513
commit 5bbfa7f962
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: