Add notification to forward commands from the keypad

First

I like the ability to use a reliable lock with accessories like the dry contact module and the keypad. Additionally, you can do many things with the API in your smart home system. I prefer to keep the entry to my house secure by using local solutions. And there is one issue I have due to a missing feature.

Use Case

I use a generic door opener instead of the pull spring feature. The door opener is connected to one output of the dry contact module. So after unlocking the Tedee lock the door opener is triggered. But when an open command is send via the keypad while the lock is already unlocked, there is off course no lock state change and the door opener cannot be triggered. So I need the following behavior.

Open Command while lock is locked → Unlocking (state 0x04) → Unlocked (state 0x02) → Door Opener (this works)
Open Command while lock is unlocked → Notification to trigger the dry contact module → Door Opener (instead of doing nothing)

Feature Request

Add notification (i.e. new code or new parameter for existing code) to forward authorized open commands from the keypad including finger print to the dry contact module (and the API) and make it available to use it as a trigger with the dry contact module. This would be very helpful for users of the keypad and a generic door opener.

If I am missing an existing solution please let me know.