Reset toggles and faders to the default status

I would like to use a push button to reset one or several toggles or faders to his original status. Anyway to achieve this?
Then If I have changed a group of toggles or sliders I can restore to default with fewer steps.

I found this that suggest its not possible:

Or this is possible with a script?

The linked thread mentions a way that’s possible, using a custom module to store and recall the state with remote control commands. However custom module is not the only way to go:

  • from a script you can combine set() and getProp() to set a widget to its default value if the property has been set.

  • switcher widgets also let you save and recall the state of other widgets, you could use the state widget this way for instance.

With the custom module, is there any way to do this where the widgets also send out an OSC message with their default value (to reset the parameters in the DAW as well)?