Skip to content

Commit

Permalink
PR squishykid#89 from upstream
Browse files Browse the repository at this point in the history
Allow for 100 data length from x1 mini v3/4 inverters (jaykijay)
  • Loading branch information
jefft4 authored Apr 27, 2023
1 parent 5fdb6d1 commit 7744e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solax/inverters/x1_mini_v34.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class X1MiniV34(Inverter):
[vol.Coerce(float)],
vol.Any(
vol.Length(min=69, max=69),
vol.length(min=100, max=100),
vol.Length(min=200, max=200),
),
)
Expand Down

0 comments on commit 7744e3d

Please sign in to comment.