diff --git a/lib/Hoymiles/src/parser/DevInfoParser.cpp b/lib/Hoymiles/src/parser/DevInfoParser.cpp index 5c85348..aabb455 100644 --- a/lib/Hoymiles/src/parser/DevInfoParser.cpp +++ b/lib/Hoymiles/src/parser/DevInfoParser.cpp @@ -18,7 +18,7 @@ const devInfo_t devInfo[] = { { { 0x10, 0x11, 0x40, ALL }, 800, "HM-800" }, { { 0x10, 0x12, 0x10, ALL }, 1200, "HM-1200" }, { { 0x10, 0x12, 0x30, ALL }, 1500, "HM-1500" }, - { { 0x10, 0x10, 0x10, 0x15 }, static_cast(300 * 0.7), "HM-300" }, // HM-300 limitted to 70% + { { 0x10, 0x10, 0x10, 0x15 }, static_cast(300 * 0.7), "HM-300" }, // HM-300 factory limitted to 70% }; void DevInfoParser::clearBufferAll()