From 9adebc517e3a24dea8f4debbd7103350c3f62216 Mon Sep 17 00:00:00 2001 From: asgothian <45667167+asgothian@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:06:08 +0100 Subject: [PATCH] Update zbDeviceEvent.js lint --- lib/zbDeviceEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zbDeviceEvent.js b/lib/zbDeviceEvent.js index 7c0948c5..47d7e21a 100644 --- a/lib/zbDeviceEvent.js +++ b/lib/zbDeviceEvent.js @@ -47,7 +47,7 @@ class DeviceEvent extends BaseExtension { if (mappedDevice && mappedDevice.onEvent) { try { - mappedDevice.onEvent(type, data, device,mappedDevice.options,'{}'); + mappedDevice.onEvent(type, data, device,mappedDevice.options,'{}'); } catch (error) { this.log.error(`onEvent for ${JSON.stringify(device)} failed with error ${error.message}`);