New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-bigAssFans

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-bigAssFans - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc