Fix #644: Added additional HM-400 to mapping table

This commit is contained in:
Thomas Basler 2023-02-28 19:42:15 +01:00
parent 220884f72e
commit f423ce0a6b

View File

@ -17,6 +17,7 @@ typedef struct {
const devInfo_t devInfo[] = { const devInfo_t devInfo[] = {
{ { 0x10, 0x10, 0x10, ALL }, 300, "HM-300" }, { { 0x10, 0x10, 0x10, ALL }, 300, "HM-300" },
{ { 0x10, 0x10, 0x20, ALL }, 350, "HM-350" }, { { 0x10, 0x10, 0x20, ALL }, 350, "HM-350" },
{ { 0x10, 0x10, 0x30, ALL }, 400, "HM-400" },
{ { 0x10, 0x10, 0x40, ALL }, 400, "HM-400" }, { { 0x10, 0x10, 0x40, ALL }, 400, "HM-400" },
{ { 0x10, 0x11, 0x10, ALL }, 600, "HM-600" }, { { 0x10, 0x11, 0x10, ALL }, 600, "HM-600" },
{ { 0x10, 0x11, 0x20, ALL }, 700, "HM-700" }, { { 0x10, 0x11, 0x20, ALL }, 700, "HM-700" },