mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Remove notice to monkey-patch carwings
Since carwings-js now has the crash fix in v0.0.4.
This commit is contained in:
@@ -1,14 +1,6 @@
|
|||||||
var types = require("../lib/HAP-NodeJS/accessories/types.js");
|
var types = require("../lib/HAP-NodeJS/accessories/types.js");
|
||||||
var carwings = require("carwingsjs");
|
var carwings = require("carwingsjs");
|
||||||
|
|
||||||
//
|
|
||||||
// NOTE: this won't work until the Carwings maintainer merges this PR:
|
|
||||||
// https://github.com/crtr0/carwingsjs/pull/2
|
|
||||||
//
|
|
||||||
// You can also just drop in the raw fixed version straight into node_modules/carwings/index.js:
|
|
||||||
// https://raw.githubusercontent.com/nfarina/carwingsjs/patch-1/index.js
|
|
||||||
//
|
|
||||||
|
|
||||||
function CarwingsAccessory(log, config) {
|
function CarwingsAccessory(log, config) {
|
||||||
this.log = log;
|
this.log = log;
|
||||||
this.name = config["name"];
|
this.name = config["name"];
|
||||||
|
|||||||
Reference in New Issue
Block a user