resolved bug with scenes and upped version
This commit is contained in:
parent
a1402c466c
commit
63ffeef3ac
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ async function main() {
|
|||
client.updateState(deviceId, command);
|
||||
});
|
||||
|
||||
plejd.on('sceneTriggered', (scene) => {
|
||||
plejd.on('sceneTriggered', (deviceId, scene) => {
|
||||
client.sceneTriggered(scene);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue