Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ See the [support table](https://solixble.readthedocs.io/en/latest) in the docume
- C1000(X)
- C1000 Gen 2
- F2000 (767 PowerHouse)
- F2600
- F3800
- Solarbank 2
- Solarbank 3
Expand Down
2 changes: 2 additions & 0 deletions SolixBLE/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
C1000,
C1000G2,
F2000,
F2600,
F3800,
Generic,
PrimeCharger160w,
Expand Down Expand Up @@ -40,6 +41,7 @@
"C1000",
"C1000G2",
"F2000",
"F2600",
"F3800",
"Solarbank2",
"Solarbank3",
Expand Down
2 changes: 2 additions & 0 deletions SolixBLE/devices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from .c1000 import C1000
from .c1000g2 import C1000G2
from .f2000 import F2000
from .f2600 import F2600
from .f3800 import F3800
from .generic import Generic
from .prime_charger_160w import PrimeCharger160w
Expand All @@ -24,6 +25,7 @@
"C1000",
"C1000G2",
"F2000",
"F2600",
"F3800",
"Solarbank2",
"Solarbank3",
Expand Down
Loading