Skip to content

Commit

Permalink
Added new found HMS-400 to DevInfoParser
Browse files Browse the repository at this point in the history
Fixes #1045
  • Loading branch information
tbnobody committed Jun 19, 2023
1 parent 0a56dc2 commit 184c659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Hoymiles/src/parser/DevInfoParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const devInfo_t devInfo[] = {
{ { 0x10, 0x10, 0x10, 0x15 }, static_cast<uint16_t>(300 * 0.7), "HM-300" }, // HM-300 factory limitted to 70%

{ { 0x10, 0x20, 0x21, ALL }, 350, "HMS-350" }, // 00
{ { 0x10, 0x20, 0x41, ALL }, 400, "HMS-400" }, // 00
{ { 0x10, 0x10, 0x51, ALL }, 450, "HMS-450" }, // 01
{ { 0x10, 0x10, 0x71, ALL }, 500, "HMS-500" }, // 02
{ { 0x10, 0x21, 0x11, ALL }, 600, "HMS-600" }, // 01
Expand Down

0 comments on commit 184c659

Please sign in to comment.