added entities as devices and stability in ble
This commit is contained in:
parent
85a194b794
commit
ff1952cd88
3 changed files with 29 additions and 26 deletions
|
|
@ -144,7 +144,9 @@ class PlejdApi extends EventEmitter {
|
|||
name: device.title,
|
||||
type: type,
|
||||
typeName: name,
|
||||
dimmable: dimmable
|
||||
dimmable: dimmable,
|
||||
version: plejdDevice.firmware.version,
|
||||
serialNumber: plejdDevice.deviceId
|
||||
};
|
||||
|
||||
logger(JSON.stringify(newDevice));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue