Skip to content

Commit 30e4384

Browse files
committed
Add Oasis Mist Humid LUH-0451S-WUS
1 parent ca511c6 commit 30e4384

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ pip install pyvesync
102102
2. Classic 300S
103103
3. LUH-D301S-WEU Dual (200S)
104104
4. LV600S
105+
5. OasisMist LUS-04515-WUS
105106

106107
## Usage
107108

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='pyvesync',
13-
version='2.0.5',
13+
version='2.1.0',
1414
description='pyvesync is a library to manage Etekcity\
1515
Devices and Levoit Air Purifier',
1616
long_description=long_description,

src/pyvesync/vesyncfan.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
'mist_levels': list(range(1, 10)),
4545
'warm_mist_levels': [0, 1, 2, 3]
4646
},
47+
'OASISMIST': {
48+
'module': 'VeSyncHumid200300S',
49+
'models': ['LUH-O451S-WUS'],
50+
'features': ['warm_mist'],
51+
'mist_modes': ['humidity', 'sleep', 'manual'],
52+
'mist_levels': list(range(1, 10)),
53+
'warm_mist_levels': list(range(4))
54+
},
4755
}
4856

4957

0 commit comments

Comments
 (0)