Skip to content

Commit

Permalink
Correct Legent WRT NLWR
Browse files Browse the repository at this point in the history
Per [this Discord discussion](https://discord.com/channels/330944238910963714/332357267364249621/1284184575534305382) and a search of "NLWR" in the Z-Wave specifications, "Next Last" is the wrong name for the dashed line.
  • Loading branch information
The00Dustin authored Sep 13, 2024
1 parent 3d4ef93 commit 142bec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/custom/NodePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</div>
<div v-if="nlwr">
<v-subheader>Next Last working route</v-subheader>
<v-subheader>Next to Last working route</v-subheader>
<v-list-item dense v-for="(s, i) in nlwr" :key="i">
<v-list-item-content>{{
s.title
Expand Down

0 comments on commit 142bec9

Please sign in to comment.