Skip to content

Commit

Permalink
Add unknown device type (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Nov 8, 2024
1 parent 9f3b2a6 commit 4273488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spotifyaio/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class DeviceType(StrEnum):
SPEAKER = "Speaker"
TABLET = "Tablet"
TV = "TV"
UNKNOWN = "Unknown"


@dataclass
Expand Down

0 comments on commit 4273488

Please sign in to comment.