Debugging my first node red flow

Hey folks - I have a HomeSeer switch that supports double tap events. I’ve looked through the logbook and I see that when I doubletap, a specific entity fires a KeyPressed2x event. I can see the event coming through but I’m having difficulty getting my sequence to trigger on it.

I’m using TriggerState, but I can’t figure out how to get the constraint comparator to check what I want. You can see guest_room_light_scene_001 is changing state, where state.event_type=“KeyPressed2x”. I tried a few things but can’t get the constraint to pass. Am I making a dumb mistake?

The property would be new_state.attributes.event_type

thanks that worked.