Skip to content

Commit

Permalink
Merge branch 'master' into fix-QR-code-scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Oct 15, 2024
2 parents d3bedee + b4baf4a commit cf10053
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 37 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [9.23.0](https://github.com/zwave-js/zwave-js-ui/compare/v9.22.0...v9.23.0) (2024-10-14)


### Features

* bump [email protected] ([#3948](https://github.com/zwave-js/zwave-js-ui/issues/3948)) ([d61e6ef](https://github.com/zwave-js/zwave-js-ui/commit/d61e6ef8b497b7e7b6d0026d743d27a0314824fd))

# [9.22.0](https://github.com/zwave-js/zwave-js-ui/compare/v9.21.1...v9.22.0) (2024-10-11)


Expand Down
2 changes: 1 addition & 1 deletion docs/usage/nodes_healthcheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Starting from 8.17.0 version Network Graph shows nodes connection based on known

- **Priority route**: set by the user, it's the first route the controller tries
- **Last working route**: the last route that worked for the node
- **Next last working route**: the next route that will be tried if the last working route fails
- **Next to last working route**: the next route that will be tried if the last working route fails

By clicking on nodes a panel will open containing more detailed node information. At the bottom of this panel there is a button `DIAGNOSE` that opens a dialog that allows to perform health checks on that node.

Expand Down
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwave-js-ui",
"version": "9.22.0",
"version": "9.23.0",
"description": "Z-Wave Control Panel and MQTT Gateway",
"keywords": [
"mqtt",
Expand Down Expand Up @@ -112,7 +112,7 @@
"vuetify": "^2.7.2",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0",
"zwave-js": "^13.8.0"
"zwave-js": "^13.9.0"
},
"devDependencies": {
"@actions/github": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/custom/ZwaveGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export default {
{
icon: 'more_horiz',
textColor: '',
text: 'Next last working route',
text: 'Next to last working route',
},
{
color: '#8b0000',
Expand Down Expand Up @@ -1197,7 +1197,7 @@ export default {
RouteKind.LWR,
)
// parse node NLWR (next last working route)
// parse node NLWR (next to last working route)
this.parseRouteStats(
edges,
hubNode,
Expand Down

0 comments on commit cf10053

Please sign in to comment.