homebridge-levoit-humidifiers 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,14 +5,14 @@ This is a Homebridge plugin to control Levoit Humidifiers with via the VeSync Pl
5
5
  | Supported Versions | Tested |
6
6
  | ------------------ | -------------------------------- |
7
7
  | Classic 300S | ✅ |
8
- | Classic 200S | ✅ |
8
+ | Dual 200S | ✅ |
9
9
 
10
- This plugin was forked from [RaresAil's Levoit Air Purifiers repo](https://github.com/RaresAil/homebridge-levoit-air-purifier) and adds logic for the Levoit Classic humidifers.
10
+ This plugin was forked from [RaresAil's Levoit Air Purifiers repo](https://github.com/RaresAil/homebridge-levoit-air-purifier) and adds logic for the Levoit humidifers.
11
11
 
12
12
  ### Features
13
13
 
14
14
  1. Set Mist Level
15
- - Levels 1-9
15
+ - Levels 1-9 on 300s, 1-2 on 200s
16
16
 
17
17
  2. Mode change
18
18
  - Auto
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Levoit Humidifiers",
5
5
  "main": "dist/index.js",
6
6
  "license": "Apache-2.0",
7
- "version": "1.2.4",
7
+ "version": "1.2.5",
8
8
  "private": false,
9
9
  "bugs": {
10
10
  "url": "https://github.com/pschroeder89/homebridge-levoit-humidifiers/issues"