Skip to content

Commit

Permalink
Update et.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TijsVP authored and mletenay committed Jan 16, 2024
1 parent ec6d3ca commit 6fa4796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goodwe/et.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ET(Inverter):
max(0, read_bytes4(data, 35113)) +
max(0, read_bytes4(data, 35117)),
"PV Power", "W", Kind.PV),
ByteH("pv4_mode", 35119, "PV4 Mode code", "", Kind.PV), # l
ByteL("pv4_mode", 35119, "PV4 Mode code", "", Kind.PV), # l
EnumL("pv4_mode_label", 35119, PV_MODES, "PV4 Mode", Kind.PV),
ByteH("pv3_mode", 35119, "PV3 Mode code", "", Kind.PV), # h
EnumH("pv3_mode_label", 35119, PV_MODES, "PV3 Mode", Kind.PV),
Expand Down

0 comments on commit 6fa4796

Please sign in to comment.