Skip to content

Commit

Permalink
Merge pull request #4 from bbr111/dev
Browse files Browse the repository at this point in the history
change param_t name
  • Loading branch information
bbr111 authored Nov 17, 2024
2 parents c0b4244 + c875e02 commit b7b061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bydhvs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ def get_data(self) -> dict:
"power": self.hvs_power,
"error_number": self.hvs_error,
"error_string": self.hvs_error_string,
"param_T": self.hvs_param_t,
"param_t": self.hvs_param_t,
"output_voltage": self.hvs_out_volt,
"charge_total": self.hvs_charge_total,
"discharge_total": self.hvs_discharge_total,
Expand Down

0 comments on commit b7b061b

Please sign in to comment.