Limit Scene Frequency

I have a scene, triggered by a motion detector, that sends an HTTP request. This is working. However, I want to add logic to only send the HTTP request if the last sent request (previous detector trip) was more than 10 minutes ago. “LastTrip” doesn’t seem to help b/c its actually the most recent trip that caused the scene to trigger. Ideas?