From 80c1cd86edf77c6b375ae2046e7d506d52f483d3 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Mon, 8 Jul 2024 11:25:58 +0200 Subject: [PATCH] fix: typo --- api/lib/ZwaveClient.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/lib/ZwaveClient.ts b/api/lib/ZwaveClient.ts index eb5fb9f0f6..07a2c5499e 100644 --- a/api/lib/ZwaveClient.ts +++ b/api/lib/ZwaveClient.ts @@ -4290,7 +4290,8 @@ class ZwaveClient extends TypedEventEmitter { if (!this._controllerListenersAdded) { this._controllerListenersAdded = true this.driver.controller - .on('inclusion started', (e) => + .on( + 'inclusion started', this._onInclusionStarted.bind(this), ) .on(