Added HMT-1600-4T and HMT-1800-4T to DevInfoParser

Fix #1524
This commit is contained in:
Thomas Basler 2023-11-24 18:10:08 +01:00
parent 3dc91449aa
commit bcc647fd51

View File

@ -45,8 +45,11 @@ const devInfo_t devInfo[] = {
{ { 0x10, 0x12, 0x71, ALL }, 2000, "HMS-2000" }, // 01
{ { 0x10, 0x22, 0x71, ALL }, 2000, "HMS-2000" }, // 10
{ { 0x10, 0x33, 0x11, ALL }, 1800, "HMT-1800" }, // 01
{ { 0x10, 0x33, 0x31, ALL }, 2250, "HMT-2250" } // 01
{ { 0x10, 0x32, 0x41, ALL }, 1600, "HMT-1600-4T" }, // 00
{ { 0x10, 0x32, 0x51, ALL }, 1800, "HMT-1800-4T" }, // 00
{ { 0x10, 0x33, 0x11, ALL }, 1800, "HMT-1800-6T" }, // 01
{ { 0x10, 0x33, 0x31, ALL }, 2250, "HMT-2250-6T" } // 01
};
DevInfoParser::DevInfoParser()