I am having trouble with the button sending multiple ZigBee (cluster 0x0006) messages at every push. The parse() method is activated 3 times within ~10ms.
Do you have any suggestions how to eliminate the redundant events without synchronization or mutex available? The messages happen within too short a timespan to use state or device.eventsSince().