homebridge-bigAssFans
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -95,5 +95,3 @@ var bigAssApi = require("BigAssFansAPI"); | ||
return function(value) { | ||
var retVal = Math.round(value * maxValue / 100); | ||
console.log("Value in: "+value + "value out: " + retVal); | ||
return retVal | ||
return Math.round(value * maxValue / 100); | ||
} | ||
@@ -100,0 +98,0 @@ } |
{ | ||
"name": "homebridge-bigAssFans", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Homebridge plugin for Big Ass Fans", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,4 +5,2 @@ Homekit | ||
*_WARNING_* : This basically doesn't work at all right now. | ||
Installing | ||
@@ -23,2 +21,3 @@ ---------- | ||
In order to get the fan_id, run the example program [getFanInfo.js from theBigAssFansAPI](https://github.com/sean9keenan/BigAssFansAPI/blob/master/Examples/getFanInfo.js). | ||
You must also set the fan_name to the name returned here. | ||
@@ -28,3 +27,3 @@ | ||
``` | ||
npm install homebridge-bigAssFans | ||
npm install -g homebridge-bigAssFans | ||
``` | ||
@@ -51,2 +50,2 @@ | ||
- Not having to specify fan_name and fan_id. | ||
- Getting motion sensors to work | ||
- Getting motion sensors to work |
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
11647
1
158