homebridge-syntex-webhooks
Advanced tools
Comparing version 2.0.7-b10 to 2.0.7-b11
@@ -519,3 +519,3 @@ var request = require('request'); | ||
this.service.addCharacteristic(new Characteristic.Hue()).on('get', this.getHue.bind(this))/*.on('set', this.setHue.bind(this))*/; | ||
//this.service.addCharacteristic(new Characteristic.Saturation()).on('get', this.getSaturation.bind(this)).on('set', this.setSaturation.bind(this)); | ||
this.service.addCharacteristic(new Characteristic.Saturation())/*.on('get', this.getSaturation.bind(this)).on('set', this.setSaturation.bind(this))*/; | ||
} | ||
@@ -522,0 +522,0 @@ |
{ | ||
"name": "homebridge-syntex-webhooks", | ||
"version": "2.0.7-b10", | ||
"version": "2.0.7-b11", | ||
"description": "A webhook plugin for HTTP devices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
26572