Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Add hvsModuleCellTempCount
  • Loading branch information
bbr111 committed Nov 15, 2024
1 parent 71f3e38 commit 602d4d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bydhvs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def __init__(self, ip_address: str, port: int = 8080) -> None:
self.hvsBMS = ""
self.hvsModules = 0
self.hvsModuleCellCount = 0
self.hvsModuleCellTempCount = 0
self.hvsTowers = 0
self.hvsGrid = ""
self.hvsA = 0
Expand Down

0 comments on commit 602d4d9

Please sign in to comment.