homebridge-blinds-udp
Advanced tools
Comparing version 1.0.0 to 1.0.1
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.0.1", | ||
"author": "nitaybz", | ||
@@ -5,0 +5,0 @@ "description": "A Homebridge plugin to control blinds trough UDP packets - inspired by Homebridge-NooLite-HTTP-Blinds by JenRus", |
@@ -6,2 +6,11 @@ # homebridge-blinds-udp | ||
_________________________________________ | ||
#### Creating and maintaining Homebridge plugins consume a lot of time and effort, if you would like to share your appreciation, feel free to "Star" or donate. | ||
<a target="blank" href="https://www.paypal.me/nitaybz"><img src="https://img.shields.io/badge/Donate-PayPal-blue.svg"/></a> | ||
<a target="blank" href="https://blockchain.info/payment_request?address=18uuUZ5GaMFoRH5TrQFJATQgqrpXCtqZRQ"><img src="https://img.shields.io/badge/Donate-Bitcoin-green.svg"/></a> | ||
[Click here](https://github.com/nitaybz?utf8=%E2%9C%93&tab=repositories&q=homebridge) to review more of my plugins. | ||
_________________________________________ | ||
# config.json | ||
@@ -8,0 +17,0 @@ |
51
10243
5
134