Which function is executed when a device sends NodeInfo?

Hello,

A sleeping device wakes up in two ways: 1) periodically via a Wake up Interval; 2) manually via a Manual Wake Up.

In 1st case, when it is periodically awaken the function:
def zwaveEvent(physicalgraph.zwave.commands.wakeupv2.WakeUpNotification cmd)
is executed.
However, I cannot find any zwaveEvent corresponding to the manual wake up.

Is there such function?

Thanks.