node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

Automatically switch US region to US_LR on 700/800 series sticks with FW 7.15+

Open AlCalzone opened this issue 1 year ago • 1 comments

There's usually no good reason to use the US region over the US_LR region. We should automatically use the *LR regions instead when possible. Also add a driver option to opt out.

AlCalzone avatar Jan 21 '24 18:01 AlCalzone

There is no serial API command to detect support for specific regions (yet), but apparently we can test whether the controller supports 16-bit node IDs to know if it supports US_LR.

AlCalzone avatar May 08 '24 17:05 AlCalzone

Fixed in #6843

AlCalzone avatar Jun 16 '24 19:06 AlCalzone