We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860073a commit 90eb08aCopy full SHA for 90eb08a
1 file changed
custom_components/ef_ble/eflib/devices/river2.py
@@ -56,8 +56,8 @@ class Device(DeviceBase, RawDataProps):
56
ac_input_power = raw_field(pb_inv.input_watts)
57
ac_output_power = raw_field(pb_inv.output_watts)
58
59
- remain_time_charging = raw_field(pb_ems.chg_remain_time)
60
- remain_time_discharging = raw_field(pb_ems.dsg_remain_time)
+ remaining_time_charging = raw_field(pb_ems.chg_remain_time)
+ remaining_time_discharging = raw_field(pb_ems.dsg_remain_time)
61
62
dc_mode = raw_field(pb_mppt.cfg_chg_type, DCMode.from_value)
63
0 commit comments