This is a simple motion/light sensor so you should be using the built-in handler, but you will need to use a custom handler to change the settings. After changing the settings and confirming that the device woke up and saved them you can change the “Type” field back to the built-in handler.
Using the custom handler, open live logging, change the settings to what you want them to be, and then wake the device up and live logging should show whether or not the device is saving the setting changes.
That device supports all the functionality so if the settings are saving then the device most likely doesn’t support whatever you’re trying to make it do.
That being said, if I remember correctly Dome implemented the parameters as unsigned integers resulting in them not using large enough parameter sizes to fit the values as documented. I wrote that handler a long time ago and I wasn’t aware of that problem or know how to fix it so I might have cut some of the supported ranges in half…