added missing state
This commit is contained in:
parent
fb585a6550
commit
4455d6cb8c
1 changed files with 2 additions and 1 deletions
|
|
@ -599,7 +599,8 @@ class PlejdService extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.plejdDevices[device] = {
|
this.plejdDevices[device] = {
|
||||||
state: state
|
state: state,
|
||||||
|
dim: 0
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue