[feat] ZME_UZB1 to change RF region
I am using ZME_UZB1 stick which is capable of changing the RF region (and it works fine for close frequencies like EU and Russia).
When calling a code to change the RF region
const region = await driver.controller.getRFRegion();
get response:
Error while calling api driverFunction: Your hardware does not support getting the RF region! (ZW0105)
Please advise if that can be fixed via configuration. Thanks.
cc @AlCalzone
This is working as intended. The error message clearly states that changing the region is not supported by the stick.
If your stick does support it, I'll need to see some documentation stating/explaining it.
Techsheet - https://z-wave.me/products/uzb/ with info on freq change, and the scirpt - https://z-wave.me/download/changezwf.sh Does it make sence?
I see. That stick uses proprietary commands to access the functionality. We don't support these yet, but I could document how to issue them anyways, similar to controlling the LED on Aeotecs Gen5 stick.
Relevant: https://github.com/zwave-js/zwave-js/issues/1245#issuecomment-2866317786