Skip to content

Commit

Permalink
Rename "DTU command failed" to "Time calibration" as mentioned in #121
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Oct 10, 2023
1 parent 2991af7 commit dc5b5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Hoymiles/src/parser/AlarmLogParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit dc5b5e8

Please sign in to comment.