Skip to content

Commit

Permalink
fix: unknown inclusion state
Browse files Browse the repository at this point in the history
Fixes #3891
  • Loading branch information
robertsLando committed Sep 16, 2024
1 parent e10bc79 commit f9418aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/lib/ZwaveClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4296,6 +4296,8 @@ class ZwaveClient extends TypedEventEmitter<ZwaveClientEventCallbacks> {

this.driverReady = true

this._inclusionState = this.driver.controller.inclusionState

logger.info('Z-Wave driver is ready')

this._updateControllerStatus('Driver ready')
Expand Down

0 comments on commit f9418aa

Please sign in to comment.