Skip to content

Commit

Permalink
Allow better control for fans
Browse files Browse the repository at this point in the history
  • Loading branch information
milo526 committed Jul 26, 2020
1 parent 939d0c7 commit 03cd0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/accessories/characteristics/rotationSpeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export class RotationSpeedCharacteristic extends TuyaWebCharacteristic {
format: Formats.INT,
minValue: 0,
maxValue: this.maxSpeedLevel,
minStep: 1,
});
}

Expand Down

0 comments on commit 03cd0a1

Please sign in to comment.