Skip to content

Commit d64df24

Browse files
authored
Add Smartwatch device type (#385)
1 parent 4270a20 commit d64df24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spotifyaio/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class DeviceType(StrEnum):
2222
CAST_VIDEO = "CastVideo"
2323
COMPUTER = "Computer"
2424
SMARTPHONE = "Smartphone"
25+
SMARTWATCH = "Smartwatch"
2526
SPEAKER = "Speaker"
2627
TABLET = "Tablet"
2728
TV = "TV"

0 commit comments

Comments
 (0)