Skip to content

Commit

Permalink
resolve typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfstar authored Jan 28, 2025
1 parent 77e8f5e commit a4ce46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/victron/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ class vebus_error(Enum):
"battery_info_maxdischargecurrent": RegisterInfo(
308, UINT16, UnitOfElectricCurrent.AMPERE, 10
),
"battery_capacity": RegisterInfo(309, UINT16, UnifOfElectricCurrent.AMPERE, 10),
"battery_capacity": RegisterInfo(309, UINT16, UnitOfElectricCurrent.AMPERE, 10),
"battery_diagnostics_lasterror_1_time": RegisterInfo(310, INT32, "timestamp"),
"battery_diagnostics_lasterror_2_time": RegisterInfo(312, INT32, "timestamp"),
"battery_diagnostics_lasterror_3_time": RegisterInfo(314, INT32, "timestamp"),
Expand Down

0 comments on commit a4ce46e

Please sign in to comment.