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 007db49 commit 9f25366Copy full SHA for 9f25366
1 file changed
src/spotifyaio/models.py
@@ -15,6 +15,7 @@
15
class DeviceType(StrEnum):
16
"""Device type."""
17
18
+ AUDIO_DONGLE = "AudioDongle"
19
AUTOMOBILE = "Automobile"
20
COMPUTER = "Computer"
21
SMARTPHONE = "Smartphone"
0 commit comments