Skip to content

Commit 4273488

Browse files
authored
Add unknown device type (#390)
1 parent 9f3b2a6 commit 4273488

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
@@ -27,6 +27,7 @@ class DeviceType(StrEnum):
2727
SPEAKER = "Speaker"
2828
TABLET = "Tablet"
2929
TV = "TV"
30+
UNKNOWN = "Unknown"
3031

3132

3233
@dataclass

0 commit comments

Comments
 (0)