From 292576e7a5ee093ac5b57c7c550caaa3af2a4c79 Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Thu, 19 Feb 2015 11:48:25 -0800 Subject: [PATCH] Remove notice to monkey-patch carwings Since carwings-js now has the crash fix in v0.0.4. --- accessories/Carwings.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/accessories/Carwings.js b/accessories/Carwings.js index 820b190..68f64e6 100644 --- a/accessories/Carwings.js +++ b/accessories/Carwings.js @@ -1,14 +1,6 @@ var types = require("../lib/HAP-NodeJS/accessories/types.js"); 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) { this.log = log; this.name = config["name"];