Inovelli switch - how to set LEDs back to default

I have a Inovelli VZM31-SN that I have automations that set LED notifications. I see there is a parameter on the switch to set a default on and off value for the LEDs. But I can’t figure out how to activate the defaults?

For example, I have a LED notification that pulses the LED green if my shed door is left open. When the door closes, I want the LEDs to go back to the default on or off depending on the state of the light the switch controls.

The best I can figure out is that I have to just know what the default values are and manually set those values in my automation. This is working, but if I ever decided to change those default values, I would have to then update all my automations to match. Is there a way to have an automation simply tell the switch, “go back to your default”?

You can send the effect, clear effect to the dimmer to stop the pulse effect. I do exactly what you’re describing by passing a template to my script (GitHub link in the post below). There’s also a blueprint version but it doesn’t accept templates, so you would need to configure an “open” script and then a “closed” script.

The command to configure the default yourself depends on whether you’re using ZHA or Z2M. My script will deal with that invisibly or you can look at the code to understand the commands and syntax.