Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-rf-fan

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-rf-fan - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

index.js

@@ -32,3 +32,3 @@ var locks = require('locks');

request({
url: 'http://' + this.host + ":" + this.port + '/fan/api/v1.0/status',
url: 'http://' + this.host + ':' + this.port + '/fan/api/v1.0/status',
method: 'GET',

@@ -50,3 +50,3 @@ json: true,

request({
url: 'http://' + this.host + '/fan/api/v1.0/update',
url: 'http://' + this.host + ':' + this.port + '/fan/api/v1.0/update',
method: 'POST',

@@ -53,0 +53,0 @@ json: true,

{
"name": "homebridge-rf-fan",
"version": "1.0.4",
"version": "1.0.5",
"description": "Control 7 speed fan with REST API",
"homepage": "https://github.com/iandrewt/homebridge-rf-fan",
"repository": "github:iandrewt/homebridge-rf-fan",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "index.js",

@@ -8,0 +11,0 @@ "keywords": [

@@ -1,6 +0,6 @@

#homebridge-rf-fan
# homebridge-rf-fan
This is a homebridge plugin to control RF devices, in this case to emulate a Mercator FRM98 fan controller.
##What does this plugin do?
## What does this plugin do?

@@ -7,0 +7,0 @@ This plugin communicates with [rf-fan](https://github.com/iandrewt/rf-fan) via the REST API. Feel free to fork and modify either the plugin or the API to suit your RF fan.

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