Skip to content

Commit

Permalink
Update ac2a.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnathanson authored Jan 14, 2025
1 parent e14fe65 commit db3b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluetti_mqtt/core/devices/ac2a.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, address: str, sn: str):
# for v in range(registers[k]):
# self.struct.add_uint_field('testI' + str(v+k), v+k)

super().__init__(address, 'AC180', sn)
super().__init__(address, 'AC2A', sn)

@property
def polling_commands(self) -> List[ReadHoldingRegisters]:
Expand Down

0 comments on commit db3b236

Please sign in to comment.