We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3b2a6 commit 4273488Copy full SHA for 4273488
1 file changed
src/spotifyaio/models.py
@@ -27,6 +27,7 @@ class DeviceType(StrEnum):
27
SPEAKER = "Speaker"
28
TABLET = "Tablet"
29
TV = "TV"
30
+ UNKNOWN = "Unknown"
31
32
33
@dataclass
0 commit comments