Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix links on Long Range page #6790

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

MidnightLink
Copy link
Contributor

@MidnightLink MidnightLink commented Apr 25, 2024

Links have an extra "../" before them, which is causing 404 errors when viewing documentation. This is removed

Fixing links
@MidnightLink MidnightLink changed the title Update long-range.md fix: Update long-range.md links Apr 25, 2024
@zwave-js-assistant
Copy link

💡 The pull request title does not match our guidelines 💡

We follow conventional commits, check out the description and examples. This means that the PR title must...

  • start with the type of change, e.g. feat:, or fix:
  • optionally specify a scope, for example we use config for changes to config files: feat(config):
  • contain a description that explains what is being changed, e.g. add a parameter, correct a typo, ...
  • and ideally explains what the change affects, e.g. the device (manufacturer, device label, firmware, ...)

The description should use uppercase and lowercase normally, except for the first character which must be lowercase.

@AlCalzone AlCalzone changed the title fix: Update long-range.md links docs: fix links on Long Range page Apr 25, 2024
@AlCalzone AlCalzone merged commit 1dda6c2 into zwave-js:master Apr 25, 2024
13 checks passed
@AlCalzone
Copy link
Member

Thanks!

AlCalzone added a commit that referenced this pull request May 7, 2024
This release enhances the diagnostics in Z-Wave JS by adding support for controlling a Zniffer, which allows inspecting traffic from any Z-Wave network. See [here](https://zwave-js.github.io/node-zwave-js/#/api/zniffer) for details on using this API, and [here](https://zwave-js.github.io/node-zwave-js/#/troubleshooting/zniffer) for information on how to create a Zniffer device.

### Features
* Add Zniffer support (#6651)

### Bugfixes
* Ignore SmartStart requests and log errors when some keys for the granted security classes were not configured (#6787)
* Fixed an issue where excluded ZWLR nodes were not removed from the list of nodes until restart (#6795)
* The mandatory CCs for a device class are no longer automatically considered supported. Instead only the NIF is used to determine them (#6788)
* The `mandatorySupportedCCs` and `mandatoryControlledCCs` properties of the `DeviceClass` class are now deprecated and return an empty array (#6796)

### Config file changes
* Use specific float encoding for Namron 4512757 (#6793)
* Add fingerprint for Aeotec MultiSensor 7 (#6807)

### Changes under the hood
* Fix links on Long Range documentation page (#6790)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants