diff --git a/accessories/windowCovering.js b/accessories/windowCovering.js index 9944ceb5..60b38147 100644 --- a/accessories/windowCovering.js +++ b/accessories/windowCovering.js @@ -227,42 +227,42 @@ class WindowCoveringAccessory extends BroadlinkRMAccessory { defaultValue: Characteristic.PositionState.STOPPED }); - this.createToggleCharacteristic({ - service, - characteristicType: Characteristic.CurrentHorizontalTiltAngle, - propertyName: 'currentHorizontalTiltAngle', - }); - - this.createToggleCharacteristic({ - service, - characteristicType: Characteristic.CurrentVerticalTiltAngle, - propertyName: 'currentVerticalTiltAngle', - }); - - this.createToggleCharacteristic({ - service, - characteristicType: Characteristic.TargetHorizontalTiltAngle, - propertyName: 'targetHorizontalTiltAngle', - }); - - this.createToggleCharacteristic({ - service, - characteristicType: Characteristic.TargetVerticalTiltAngle, - propertyName: 'targetVerticalTiltAngle', - }); - - this.createToggleCharacteristic({ - service, - characteristicType: Characteristic.HoldPosition, - propertyName: 'holdPosition', - }); - - this.createToggleCharacteristic({ - service, - characteristicType: Characteristic.ObstructionDetected, - propertyName: 'obstructionDetected', - defaultValue: false - }); + // this.createToggleCharacteristic({ + // service, + // characteristicType: Characteristic.CurrentHorizontalTiltAngle, + // propertyName: 'currentHorizontalTiltAngle', + // }); + // + // this.createToggleCharacteristic({ + // service, + // characteristicType: Characteristic.CurrentVerticalTiltAngle, + // propertyName: 'currentVerticalTiltAngle', + // }); + // + // this.createToggleCharacteristic({ + // service, + // characteristicType: Characteristic.TargetHorizontalTiltAngle, + // propertyName: 'targetHorizontalTiltAngle', + // }); + // + // this.createToggleCharacteristic({ + // service, + // characteristicType: Characteristic.TargetVerticalTiltAngle, + // propertyName: 'targetVerticalTiltAngle', + // }); + // + // this.createToggleCharacteristic({ + // service, + // characteristicType: Characteristic.HoldPosition, + // propertyName: 'holdPosition', + // }); + // + // this.createToggleCharacteristic({ + // service, + // characteristicType: Characteristic.ObstructionDetected, + // propertyName: 'obstructionDetected', + // defaultValue: false + // }); this.windowCoveringService = service; diff --git a/package.json b/package.json index 5c981b99..36246f74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-broadlink-rm", - "version": "1.4.0", + "version": "1.4.1", "description": "Broadlink RM plugin (including the mini and pro) for homebridge: https://github.com/nfarina/homebridge", "license": "ISC", "keywords": [