Skip to content

Commit

Permalink
Support for SP550+. Resolves #413
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Nov 27, 2023
1 parent c0af238 commit fd23847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions paradox/hardware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def create_panel(core, start_communication_response: Container = None) -> Panel:
elif product_id in [
"SPECTRA_SP4000",
"SPECTRA_SP5500",
"SPECTRA_SP550_PLUS",
"SPECTRA_SP6000",
"SPECTRA_SP7000",
"SPECTRA_SP65",
Expand Down
1 change: 1 addition & 0 deletions paradox/hardware/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def PacketChecksum(subcons):
SPECTRA_SP7000=23,
SPECTRA_SP4000=26,
SPECTRA_SP65=27,
SPECTRA_SP550_PLUS=28,
SPECTRA_SP6000_PLUS=29,
SPECTRA_SP7000_PLUS=30,
MAGELLAN_MG5000=64,
Expand Down

0 comments on commit fd23847

Please sign in to comment.