Skip to content

Commit

Permalink
Merge branch 'master' into fix-unconnected-battery
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Feb 6, 2024
2 parents 8387890 + beaa1a2 commit 0a17f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/custom/ZwaveGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export default {
{
color: '#666666',
textColor: '#666666',
text: 'Unconnected',
text: 'Unknown',
},
],
edgesLegend: [
Expand Down Expand Up @@ -955,7 +955,7 @@ export default {
) {
if (!route) {
if (routeKind !== RouteKind.NLWR) {
// unconnected
// unknown route
node.color = this.legends[6].color
}
return
Expand Down

0 comments on commit 0a17f90

Please sign in to comment.