We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc8c86 commit 1aea45aCopy full SHA for 1aea45a
index.js
@@ -1,4 +1,7 @@
1
// ISC License - Copyright 2018, Sander van Woensel
2
+// TODO: colorsys usage?
3
+// get rid of all capitals accessory name.
4
+// enable coverage measurement.
5
6
// -----------------------------------------------------------------------------
7
// Constants
@@ -199,7 +202,7 @@ HttpRgbPush.prototype = {
199
202
200
203
case 'Switch':
201
204
this.log('creating Switch');
- vthis.service = new Service.Switch(this.name);
205
+ this.service = new Service.Switch(this.name);
206
207
if (this.switch.status) {
208
this.service
0 commit comments