Skip to content

Commit 9f3b2a6

Browse files
yannpubjoostlek
andauthored
Update models.py - Add Set-Top Box STB (#389)
Co-authored-by: Joost Lekkerkerker <[email protected]>
1 parent 5baee5f commit 9f3b2a6

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
@@ -21,6 +21,7 @@ class DeviceType(StrEnum):
2121
CAST_AUDIO = "CastAudio"
2222
CAST_VIDEO = "CastVideo"
2323
COMPUTER = "Computer"
24+
SET_TOP_BOX = "STB"
2425
SMARTPHONE = "Smartphone"
2526
SMARTWATCH = "Smartwatch"
2627
SPEAKER = "Speaker"

0 commit comments

Comments
 (0)