Skip to content

Commit

Permalink
Add support for Lexicon RV/MC series
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotron80 authored Dec 3, 2024
1 parent f7b15c6 commit 8ceb894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arcam/fmj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class NullPacket(ArcamException):


APIVERSION_450_SERIES = {"AVR380", "AVR450", "AVR750"}
APIVERSION_860_SERIES = {"AV860", "AVR850", "AVR550", "AVR390", "SR250"}
APIVERSION_860_SERIES = {"AV860", "AVR850", "AVR550", "AVR390", "SR250", "RV-6", "RV-9", "MC-10"}
APIVERSION_SA_SERIES = {"SA10", "SA20", "SA30", "SA750"}
APIVERSION_HDA_SERIES = {
"AVR5",
Expand Down Expand Up @@ -149,7 +149,7 @@ class NullPacket(ArcamException):
APIVERSION_ST_SERIES = {"ST60"}

APIVERSION_DAB_SERIES = {"AVR450", "AVR750"}
APIVERSION_DAB_SERIES.update("AV860", "AVR850", "AVR550", "AVR390")
APIVERSION_DAB_SERIES.update("AV860", "AVR850", "AVR550", "AVR390", "RV-6", "RV-9", "MC-10")
APIVERSION_DAB_SERIES.update(APIVERSION_HDA_SERIES)

APIVERSION_ZONE2_SERIES = set()
Expand Down

0 comments on commit 8ceb894

Please sign in to comment.