• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zwave-js / zwave-js-ui / 22179604518
19%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2026 11:19AM UTC
Jobs 1
Files 70
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Feb 2026 11:18AM UTC coverage: 19.271%. Remained the same
22179604518

push

github

web-flow
fix(ui): show warning on groups associations when node is a LR node (#4545)

Long Range nodes only support lifeline associations. Non-lifeline
associations may not function correctly on these devices but the UI
provided no indication of this limitation.

## Changes

- **Added association warning to `AssociationGroups.vue`**
  - Detects LR nodes via `protocol === Protocols.ZWaveLongRange`
  - Displays `v-alert` with warning message for Long Range nodes
  - Warning is dismissable by user

## Implementation

```javascript
computed: {
  isLongRange() {
    return this.node?.protocol === Protocols.ZWaveLongRange
  },
  showAssociationWarning() {
    return this.isLongRange
  },
  associationWarningMessage() {
    return 'This Z-Wave Long Range node only supports lifeline associations. Non-lifeline associations may not function correctly.'
  },
}
```

## UI

![Association Warning - Long Range
Only](https://github.com/user-attachments/assets/6fff1a85-1409-4bde-a166-395206e44399)

Warning displays only for Long Range nodes. Normal Z-Wave nodes show no
warning.

<!-- START COPILOT ORIGINAL PROMPT -->



<details>

<summary>Original prompt</summary>

> 
> ----
> 
> *This section details on the original issue you should resolve*
> 
> <issue_title>fix(ui): show warning on groups associations when node is
a LR node</issue_title>
> <issue_description>Might be a useful ZUI feature request: e.g. show
some warning in the groups UI about no associations other than lifeline
being supported in LR mode (or beaming disabled), or similar.
> 
> _Originally posted by @kpine in
https://github.com/zwave-js/zwave-js-ui/discussions/4538#discussioncomment-15826441_</issue_description>
> 
> ## Comments on the Issue (you are @copilot in this section)
> 
> <comments>
> </comments>
> 


</details>



<!-- START COPILOT CODING AGENT SUFFIX -->

- Fixes zwave-js/zwave-js-ui#4544

<!-- START COPILOT CODING AGENT TIPS -->
---

💡 You can make Copilot smarter by setting up custom instructio... (continued)

334 of 444 branches covered (75.23%)

Branch coverage included in aggregate %.

4052 of 22316 relevant lines covered (18.16%)

1.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22179604518.1 19 Feb 2026 11:19AM UTC 70
19.27
GitHub Action Run
Source Files on build 22179604518
  • Tree
  • List 70
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • f1745a06 on github
  • Prev Build on master (#22177563191)
  • Next Build on master (#22183061276)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc