Skip to content

Commit

Permalink
change from None to Units.NONE
Browse files Browse the repository at this point in the history
  • Loading branch information
Safi105 committed Aug 13, 2024
1 parent d1bca46 commit e1d77f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solax/inverters/x1_mini_v34.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def response_decoder(cls):
"PV1 Power": (7, Units.W),
"PV2 Power": (8, Units.W),
"Grid Frequency": (9, Units.HZ, div100),
"Mode": (10, None),
"Mode": (10, Units.NONE),
"Total Energy": (11, Total(Units.KWH), div10),
"Today's Energy": (13, DailyTotal(Units.KWH), div10),
"Operating Hours": (41, None),
"Operating Hours": (41, Units.NONE),
"Total Consumption": (42, Total(Units.KWH), div10),
"Power Now": (43, Units.W, div10),
"Inverter Temperature": (55, Units.C),
Expand Down

0 comments on commit e1d77f2

Please sign in to comment.