Enocean OH2 Rocker. Realising if button pressed or released

Hallo !
I am using the rocker from Enocan. Everything is fine. But I can not see, if the button ist pressed or released.

my items:
Switch EnOcean_switch_01A “SwitchA” {enocean="{id=00:25:1F:D2,eep=F6:02:01,channel=A}"}
Switch EnOcean_switch_01B “SwitchB” {enocean="{id=00:25:1F:D2,eep=F6:02:01,channel=B}"}

Sitemap:
Switch item=EnOcean_switch_01A label="SwitchA"
Switch item=EnOcean_switch_01B label=“SwitchB”

Rules:
rule "Switch 01 B"
when
Item EnOcean_switch_01B received update
then
logInfo(“myRules”, “Rule EnOcean_switch_01B”)
end

My problem is, that every time I press AND release the button I get TWO events. But I need only one. Cause I for example don’t want to switch my TV twice.

Thank you for your help.

Bernhard from Austria