Notification Cool Down

A follow up from this post: http://forum.micasaverde.com/index.php/topic,87338.0.html
Just wondering if someone can point me in the right direction for creating a notification cool down with PLEG, I know it will be when a condition (for eg, c0Notification) is met the Notification tab on the Vera UI. What I am after is Logic to create the cool-down.

Cheers!

If you have an input named NOISY that could triggers every couple minutes … but you only want at most 1 notification every 10 minutes:

Input:
NOISY … some input type

Condition:
LessNOISY NOISY @ 2 > 10:00

Put a notification on LessNOISY being satisfied … or add some event action.

that worked a treat, and I didn’t have to use another virtual switch. Much appreciated. Cheers!