From 9f3b2a6cc189acc3f202e96827f8750f5c8695f5 Mon Sep 17 00:00:00 2001 From: yannpub Date: Fri, 8 Nov 2024 12:47:04 +0100 Subject: [PATCH] Update models.py - Add Set-Top Box STB (#389) Co-authored-by: Joost Lekkerkerker --- src/spotifyaio/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spotifyaio/models.py b/src/spotifyaio/models.py index 113e28b..40054be 100644 --- a/src/spotifyaio/models.py +++ b/src/spotifyaio/models.py @@ -21,6 +21,7 @@ class DeviceType(StrEnum): CAST_AUDIO = "CastAudio" CAST_VIDEO = "CastVideo" COMPUTER = "Computer" + SET_TOP_BOX = "STB" SMARTPHONE = "Smartphone" SMARTWATCH = "Smartwatch" SPEAKER = "Speaker"