Skip to content

Commit

Permalink
Fix serial number typing for station objects
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jan 8, 2025
1 parent b842fe2 commit e190b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiovantage/objects/station_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
class StationObject(LocationObject):
"""Base class for all station objects."""

serial_number: str
serial_number: int
bus: int

0 comments on commit e190b9f

Please sign in to comment.