Skip to content

Commit

Permalink
Add Smartwatch device type (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Nov 6, 2024
1 parent 4270a20 commit d64df24
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 @@ -22,6 +22,7 @@ class DeviceType(StrEnum):
CAST_VIDEO = "CastVideo"
COMPUTER = "Computer"
SMARTPHONE = "Smartphone"
SMARTWATCH = "Smartwatch"
SPEAKER = "Speaker"
TABLET = "Tablet"
TV = "TV"
Expand Down

0 comments on commit d64df24

Please sign in to comment.