homebridge-blinds-udp
Advanced tools
Comparing version 1.0.0 to 1.1.0
10
index.js
@@ -79,7 +79,5 @@ 'use strict'; | ||
if (this.timeout != null) clearTimeout(this.timeout); | ||
this.udpRequest(this.host, this.port, this.stopURL, function() { | ||
this.log("Already here") | ||
}.bind(this)); | ||
callback(null); | ||
return; | ||
this.log("Already here"); | ||
callback(null); | ||
return; | ||
} | ||
@@ -142,2 +140,2 @@ const moveUp = (this.currentTargetPosition >= this.lastPosition); | ||
return [this.service]; | ||
} | ||
} |
{ | ||
"name": "homebridge-blinds-udp", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "nitaybz", | ||
@@ -5,0 +5,0 @@ "description": "A Homebridge plugin to control blinds trough UDP packets - inspired by Homebridge-NooLite-HTTP-Blinds by JenRus", |
10154
134