We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d8c66 commit 037b23bCopy full SHA for 037b23b
e3dc/_e3dc.py
@@ -2160,13 +2160,13 @@ def set_power_limits(
2160
(RscpTag.EMS_POWER_LIMITS_USED, RscpType.Bool, True),
2161
(
2162
RscpTag.EMS_MAX_DISCHARGE_POWER,
2163
- RscpType.UInt32,
+ RscpType.Uint32,
2164
max_discharge,
2165
),
2166
- (RscpTag.EMS_MAX_CHARGE_POWER, RscpType.UInt32, max_charge),
+ (RscpTag.EMS_MAX_CHARGE_POWER, RscpType.Uint32, max_charge),
2167
2168
RscpTag.EMS_DISCHARGE_START_POWER,
2169
2170
discharge_start,
2171
2172
],
0 commit comments