homebridge-rflink
Advanced tools
Comparing version 1.3.2-dev.6 to 1.3.2-dev.7
@@ -197,2 +197,3 @@ "use strict"; | ||
return callback(); | ||
this.log(`received target position of ${this.config.type.toLowerCase()} '${this.config.name}' to ${value}`); | ||
this.targetPosition = this.config.positioningTiming | ||
@@ -240,3 +241,3 @@ ? value | ||
const dt = this.config.positioningTiming / 100; | ||
this.positionState = dx ? 1 : 0; | ||
this.positionState = dx > 0 ? 1 : 0; | ||
this.moveCurrentPositionBy(dx, dt * 1000); | ||
@@ -243,0 +244,0 @@ } |
{ | ||
"name": "homebridge-rflink", | ||
"version": "1.3.2-dev.6", | ||
"version": "1.3.2-dev.7", | ||
"description": "RFLink support for Homebridge", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16873
380