Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 8, 2024
1 parent c751879 commit 80c1cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/lib/ZwaveClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4290,7 +4290,8 @@ class ZwaveClient extends TypedEventEmitter<ZwaveClientEventCallbacks> {
if (!this._controllerListenersAdded) {
this._controllerListenersAdded = true
this.driver.controller
.on('inclusion started', (e) =>
.on(
'inclusion started',
this._onInclusionStarted.bind(this),
)
.on(
Expand Down

0 comments on commit 80c1cd8

Please sign in to comment.