Skip to content

Commit

Permalink
Merge pull request #267 from cdnninja/patch-1
Browse files Browse the repository at this point in the history
fix: 131s add modes
  • Loading branch information
webdjoe authored Jan 17, 2025
2 parents 171b133 + a5b8588 commit d6c1f5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pyvesync/vesyncfan.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@
'LV-PUR131S': {
'module': 'VeSyncAir131',
'models': ['LV-PUR131S', 'LV-RH131S'],
'features': ['air_quality']
'modes': ['manual', 'auto', 'sleep', 'off'],
'features': ['air_quality'],
'levels': list(range(1, 3))
},
'Vital100S': {
'module': 'VeSyncAirBaseV2',
Expand Down

0 comments on commit d6c1f5b

Please sign in to comment.