fixed stupid typo

This commit is contained in:
Jan Scheiper 2020-02-16 17:25:01 +01:00
parent ba32781a11
commit afa7199301
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ const {
const PhilipsHueApi = require('node-hue-api'); const PhilipsHueApi = require('node-hue-api');
class HCMagicHome extends HCColorLamp { class HCPhilipsHue extends HCColorLamp {
constructor(config) { constructor(config) {
super(config); super(config);
@ -133,7 +133,7 @@ class HCMagicHome extends HCColorLamp {
} }
} }
module.exports = HCMagicHome; module.exports = HCPhilipsHue;
function rejectHelper(self, suid) { function rejectHelper(self, suid) {
return (err) => { return (err) => {

View File

@ -1,6 +1,6 @@
{ {
"name": "hc-philipshue", "name": "hc-philipshue",
"version": "1.0.0", "version": "1.0.1",
"description": "Philips Hue Plugin for Homecontrol", "description": "Philips Hue Plugin for Homecontrol",
"main": "HCPhilipsHue.js", "main": "HCPhilipsHue.js",
"scripts": { "scripts": {