Skip to content

Commit 037b23b

Browse files
authored
Fix RscpType typos in set_power_limits (#99)
1 parent 48d8c66 commit 037b23b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e3dc/_e3dc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,13 +2160,13 @@ def set_power_limits(
21602160
(RscpTag.EMS_POWER_LIMITS_USED, RscpType.Bool, True),
21612161
(
21622162
RscpTag.EMS_MAX_DISCHARGE_POWER,
2163-
RscpType.UInt32,
2163+
RscpType.Uint32,
21642164
max_discharge,
21652165
),
2166-
(RscpTag.EMS_MAX_CHARGE_POWER, RscpType.UInt32, max_charge),
2166+
(RscpTag.EMS_MAX_CHARGE_POWER, RscpType.Uint32, max_charge),
21672167
(
21682168
RscpTag.EMS_DISCHARGE_START_POWER,
2169-
RscpType.UInt32,
2169+
RscpType.Uint32,
21702170
discharge_start,
21712171
),
21722172
],

0 commit comments

Comments
 (0)