Skip to content

Commit

Permalink
Add JBL Link Portable to known devices (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Mar 19, 2024
1 parent 8d5cf5d commit 34ea13d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pychromecast/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

MF_CANTON = "Canton Elektronik GmbH + Co. KG"
MF_GOOGLE = "Google Inc."
MF_HARMAN = "HARMAN International Industries"
MF_JBL = "JBL"
MF_LENOVO = "LENOVO"
MF_LG = "LG"
Expand Down Expand Up @@ -47,6 +48,7 @@
"JBL Link 20": (CAST_TYPE_AUDIO, MF_JBL),
"JBL Link 300": (CAST_TYPE_AUDIO, MF_JBL),
"JBL Link 500": (CAST_TYPE_AUDIO, MF_JBL),
"JBL Link Portable": (CAST_TYPE_AUDIO, MF_HARMAN),
"lenovocd-24502f": (CAST_TYPE_AUDIO, MF_LENOVO),
"Lenovo Smart Display 7": (CAST_TYPE_CHROMECAST, MF_LENOVO),
"LG WK7 ThinQ Speaker": (CAST_TYPE_AUDIO, MF_LG),
Expand Down

0 comments on commit 34ea13d

Please sign in to comment.