homebridge-rf-fan
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6514