Skip to content

Commit 054060b

Browse files
authored
Add more device types (#382)
1 parent 918f3cf commit 054060b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/spotifyaio/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ class DeviceType(StrEnum):
1616
"""Device type."""
1717

1818
AUDIO_DONGLE = "AudioDongle"
19+
AUDIO_VIDEO_RECEIVER = "AVR"
1920
AUTOMOBILE = "Automobile"
2021
CAST_AUDIO = "CastAudio"
2122
CAST_VIDEO = "CastVideo"
2223
COMPUTER = "Computer"
2324
SMARTPHONE = "Smartphone"
2425
SPEAKER = "Speaker"
26+
TV = "TV"
2527

2628

2729
@dataclass

0 commit comments

Comments
 (0)