Bticino binding

Hi is anyone using the BTicino binding?

I have got it working with a few issues.

I have a Wall Switch sending a CEN command which in turn I want to trigger a command in Openhab. Button 1 should turn on music and Button 2 should turn it off.

I’ve done this but when I push the physical button 1 it is continually sending commands to Openhab even after I then press button 2.

Switch Office_button1 “Office Music On” {bticino=“if=webserver;who=15;what=01;where=80”}
Switch Office_button2 “Office Music Off” {bticino=“if=webserver;who=15;what=02;where=80”}

Any ideas how I can just intercept the initial push and ignore subsequent?