Update z-wave config parameter - out of bounds

Hello,
I am trying to set parameter 5, bit7=1 on my PST02B device to “Disable the back key release
into test mode”.
As I remember this should be Dec 128 but HA with Zwave JS refuses to take anything above 127.
Is this a HA integration limitation?

Btw - the issue I try to resolve is to stop the OST02B to illuminate red when I walk by it… very annoying…
I have my DIP’s off and parameter 5 to DEC 28. (0001 1100)
Please advice on how to get the device out of test mode (or stop the device from flashing red)… it started after a factory reset, prior to this it wa fine…

I think you have the wrong bit. According to Zwave JS’s device, it’s mask 0x02 for test mode, bit 2.

https://devices.zwave-js.io/

Okey, thanks.
Will set all to 0 and if lights does not stop i ask again.
thank you for the support!