Skip to content

Commit

Permalink
Update to v0.3.8-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kuestess authored Aug 26, 2018
1 parent 8402342 commit 966722f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,7 @@ InsteonLocalPlatform.prototype.eventListener = function () {
setTimeout(function() {
foundDevice.getSensorStatus.call(foundDevice)
}, 1000 * foundDevice.gdo_delay)
} else {
foundDevice.getSensorStatus.call(foundDevice)
}
}
break

case 'fan':
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-platform-insteonlocal",
"version": "0.3.8",
"version": "0.3.8-1",
"description": "Insteon platform plugin with local control for homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
Expand Down

0 comments on commit 966722f

Please sign in to comment.