Skip to content

Commit

Permalink
remove autopro from 0601s models
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Schroeder authored and Paul Schroeder committed Mar 14, 2024
1 parent 9fc731f commit 89ca005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Levoit Humidifiers",
"main": "dist/index.js",
"license": "Apache-2.0",
"version": "1.14.0-dev1",
"version": "1.14.0-dev2",
"private": false,
"bugs": {
"url": "https://github.com/pschroeder89/homebridge-levoit-humidifiers/issues"
Expand Down
4 changes: 2 additions & 2 deletions src/api/deviceTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const deviceTypes: DeviceType[] = [
{
isValid: (input: string) => input.includes(DeviceName.LUH_O601S_WUS),
hasAutoMode: true,
hasAutoProMode: true,
hasAutoProMode: false,
mistLevels: 9,
hasLight: false,
hasColorMode: false,
Expand All @@ -320,7 +320,7 @@ const deviceTypes: DeviceType[] = [
{
isValid: (input: string) => input.includes(DeviceName.LUH_O601S_KUS),
hasAutoMode: true,
hasAutoProMode: true,
hasAutoProMode: false,
mistLevels: 9,
hasLight: false,
hasColorMode: false,
Expand Down

0 comments on commit 89ca005

Please sign in to comment.