Skip to content

Commit

Permalink
fix: health check zwave client
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 27, 2020
1 parent 5275ca2 commit eb6e6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ZwaveClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ ZwaveClient.prototype.getStatus = function () {
const status = {}

status.driverReady = this.driverReady
status.status = this.driverReady && !this.closed
status.config = this.cfg

return status
Expand Down

0 comments on commit eb6e6eb

Please sign in to comment.