mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-16 15:20:20 +01:00
Feature: Add one channel HMS inverter with different byte assignment
Fix #1148
This commit is contained in:
@@ -32,6 +32,7 @@ const devInfo_t devInfo[] = {
|
||||
{ { 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, 0x20, 0x71, ALL }, 500, "HMS-500 v2" }, // 02
|
||||
{ { 0x10, 0x21, 0x11, ALL }, 600, "HMS-600" }, // 01
|
||||
{ { 0x10, 0x21, 0x41, ALL }, 800, "HMS-800" }, // 00
|
||||
{ { 0x10, 0x11, 0x51, ALL }, 900, "HMS-900" }, // 01
|
||||
|
||||
Reference in New Issue
Block a user