Skip to content

Commit 1aea45a

Browse files
author
QuickSander
committed
fix: vthis.service -> this.service
1 parent 9cc8c86 commit 1aea45a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// ISC License - Copyright 2018, Sander van Woensel
2+
// TODO: colorsys usage?
3+
// get rid of all capitals accessory name.
4+
// enable coverage measurement.
25

36
// -----------------------------------------------------------------------------
47
// Constants
@@ -199,7 +202,7 @@ HttpRgbPush.prototype = {
199202

200203
case 'Switch':
201204
this.log('creating Switch');
202-
vthis.service = new Service.Switch(this.name);
205+
this.service = new Service.Switch(this.name);
203206

204207
if (this.switch.status) {
205208
this.service

0 commit comments

Comments
 (0)