Skip to content

Commit

Permalink
fix(ui): add zwave lib version and restyled table (#282)
Browse files Browse the repository at this point in the history
Fixes #276
  • Loading branch information
robertsLando authored Jan 20, 2021
1 parent f241d85 commit 9b66d04
Show file tree
Hide file tree
Showing 5 changed files with 12,099 additions and 17,807 deletions.
4 changes: 3 additions & 1 deletion lib/ZwaveClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const {
NodeStatus,
InterviewStage,
extractFirmware,
CommandClass
CommandClass,
libVersion
} = require('zwave-js')
const { CommandClasses, Duration } = require('@zwave-js/core')
const utils = reqlib('/lib/utils.js')
Expand Down Expand Up @@ -1861,6 +1862,7 @@ ZwaveClient.prototype.getInfo = function () {
info.status = this.status
info.cntStatus = this.cntStatus
info.appVersion = utils.getVersion()
info.zwaveVersion = libVersion

return info
}
Expand Down
Loading

0 comments on commit 9b66d04

Please sign in to comment.