Skip to content

Commit 1116e38

Browse files
authored
Add GameConsole device type (#393)
1 parent c8d34dd commit 1116e38

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+
GAME_CONSOLE = "GameConsole"
2425
SET_TOP_BOX = "STB"
2526
SMARTPHONE = "Smartphone"
2627
SMARTWATCH = "Smartwatch"

0 commit comments

Comments
 (0)