Rename "DTU command failed" to "Time calibration" as mentioned in #121

This commit is contained in:
Thomas Basler 2023-10-10 16:23:11 +02:00
parent 2991af79f2
commit dc5b5e837f

View File

@ -8,7 +8,7 @@
const std::array<const AlarmMessage_t, ALARM_MSG_COUNT> AlarmLogParser::_alarmMessages = { {
{ AlarmMessageType_t::ALL, 1, "Inverter start" },
{ AlarmMessageType_t::ALL, 2, "DTU command failed" },
{ AlarmMessageType_t::ALL, 2, "Time calibration" },
{ AlarmMessageType_t::ALL, 3, "EEPROM reading and writing error during operation" },
{ AlarmMessageType_t::ALL, 4, "Offline" },
{ AlarmMessageType_t::ALL, 11, "Grid voltage surge" },