homebridge-rflink
Advanced tools
Comparing version 1.3.2-dev.8 to 1.3.2-dev.9
@@ -209,4 +209,8 @@ "use strict"; | ||
// Send command only if the direction changed or it is not moving at all | ||
this.sendCommand(command, callback); | ||
this.startMovingCurrentPosition(); | ||
this.sendCommand(command, (err) => { | ||
if (!err) { | ||
this.startMovingCurrentPosition(); | ||
} | ||
callback(err); | ||
}); | ||
} | ||
@@ -213,0 +217,0 @@ else { |
{ | ||
"name": "homebridge-rflink", | ||
"version": "1.3.2-dev.8", | ||
"version": "1.3.2-dev.9", | ||
"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
17055
387