io.veea.VeeaHub.PushButton
button_press (s button, i index, i duration); button_release (s button, i index, i duration);
This monitors registers push button events and broadcasts 'press' and 'release' events along with a button index and duration.
Clients that register for this service will receive all registered button activity. It is up to the client to filter for particular buttons.