Skip to content

Commit

Permalink
fix model for HMS-1800
Browse files Browse the repository at this point in the history
  • Loading branch information
suaveolent committed Sep 16, 2024
1 parent 560cf5e commit e9c8c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hoymiles_wifi/hoymiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class InverterPower(Enum):
P_800W_1000W = "800W/1000W"
P_1000_1200_1500 = "1000/1200/1500"
P_1200_1500 = "1200/1500"
P_1600_2000 = "1600/2000"
P_1600_1800_2000 = "1600/1800/2000"
P_2250 = "2250"


Expand All @@ -53,7 +53,7 @@ class InverterPower(Enum):
0x1060: InverterPower.P_1000,
0x1061: InverterPower.P_1200_1500,
0x1161: InverterPower.P_1000_1200_1500,
0x1164: InverterPower.P_1600_2000,
0x1164: InverterPower.P_1600_1800_2000,
0x1412: InverterPower.P_800W_1000W,
0x1382: InverterPower.P_2250,
}
Expand Down

0 comments on commit e9c8c0d

Please sign in to comment.