Skip to content

Commit

Permalink
docs: clarify setProps on rotation speed
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 30, 2022
1 parent 60e8786 commit a77713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fan-accessory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class FanAccessory {

this.service
.getCharacteristic(this.platform.Characteristic.RotationSpeed)
// If the device has a CO2 and or humidity sensor, we'll use 3 steps (low, medium high), otherwise 100 (0 - 100%)
// If the device has a CO2 or the device is a non-CVE device, we'll use 3 steps (low, medium high), otherwise 100 (0 - 100%)
.setProps(
!this.allowsManualSpeedControl
? {
Expand Down

0 comments on commit a77713c

Please sign in to comment.