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 391874e commit 6fb4341Copy full SHA for 6fb4341
1 file changed
src/spotifyaio/models.py
@@ -15,6 +15,7 @@
15
class DeviceType(StrEnum):
16
"""Device type."""
17
18
+ AUTOMOBILE = "Automobile"
19
COMPUTER = "Computer"
20
SMARTPHONE = "Smartphone"
21
SPEAKER = "Speaker"
0 commit comments