node-zwave-js
node-zwave-js copied to clipboard
Automatically switch US region to US_LR on 700/800 series sticks with FW 7.15+
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.
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.
Fixed in #6843