Skip to content

Commit

Permalink
feat/enable-features
Browse files Browse the repository at this point in the history
  • Loading branch information
RarDFS committed May 31, 2023
1 parent 1c1c0af commit 7abcc30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/deviceTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ const deviceTypes: DeviceType[] = [
},
{
isValid: (input: string) => input.includes(DeviceName.Everest),
hasAirQuality: false,
hasAutoMode: false,
hasAirQuality: true,
hasAutoMode: true,
newGen: NewGenDevices.Everest,
speedMinStep: 25,
speedLevels: 4,
hasPM25: false
hasPM25: true
}
];

Expand Down

0 comments on commit 7abcc30

Please sign in to comment.