Skip to content

Commit

Permalink
Merge pull request #239 from webdjoe/european-vital200
Browse files Browse the repository at this point in the history
Add additional device models
  • Loading branch information
webdjoe authored Jun 29, 2024
2 parents 3ca1501 + 5fbf009 commit 32d1f95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pyvesync/vesyncfan.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
'LUH-A602S-WUS',
'LUH-A602S-WEUR',
'LUH-A602S-WEU',
'LUH-A602S-WJP'],
'LUH-A602S-WJP',
'LUH-A602S-WUSC'],
'features': ['warm_mist', 'nightlight'],
'mist_modes': ['humidity', 'sleep', 'manual'],
'mist_levels': list(range(1, 10)),
Expand Down Expand Up @@ -120,7 +121,8 @@
'Vital200S': {
'module': 'VeSyncAirBaseV2',
'models': ['LAP-V201S-AASR', 'LAP-V201S-WJP', 'LAP-V201S-WEU',
'LAP-V201S-WUS', 'LAP-V201-AUSR', 'LAP-V201S-AUSR'],
'LAP-V201S-WUS', 'LAP-V201-AUSR', 'LAP-V201S-AUSR',
'LAP-V201S-AEUR'],
'modes': ['manual', 'auto', 'sleep', 'off', 'pet'],
'features': ['air_quality'],
'levels': list(range(1, 5))
Expand Down

0 comments on commit 32d1f95

Please sign in to comment.