Can't use second tap in rule

When trying to create a rule to handle a double-tap, I’ve noticed that OH seems to drop the second tap. I see it in my log, but for the purpose of rules, nothing has “changed” (i.e. the switch is already off), so I have no way of attaching to that second command. Is there a way to access the subsequent action?

I should note I’m currently using OH2, and the devices are all zwave.

you can try something like this.

as oh2 is not compatible with jsr223

Ah, “received update” was the key. I was trying either “changed” or “received command”. Thanks!