Skip to content

Commit

Permalink
- Fixed default speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
slavvka committed Aug 4, 2021
1 parent 3de15a7 commit 9b5bab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fanv2_accessory.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let Service;
let Characteristic;

const DEFAULT_SPEED_RANGE = {'min': 1, 'max': 100};
const DEFAULT_SPEED_LEVELS = ['0', '1', '2'];
const DEFAULT_SPEED_LEVELS = ['1', '2', '3'];

class Fanv2Accessory extends BaseAccessory {
constructor(platform, homebridgeAccessory, deviceConfig) {
Expand Down

0 comments on commit 9b5bab7

Please sign in to comment.