Help with deconz hue dimmer and node-red

I need a little deconz / node-red help if possible?

I’m trying to add a click event from a Hue dimmer that I have connected, but don’t know where to start.

Previous to using deconz, I added the button as an ‘Events: State’, but not sure how to add it now I’m using deconz.

This is the event that I need to add to node-red:

{
    "event_type": "deconz_event",
    "data": {
        "id": "dimmer_kitchen",
        "event": 1002
    },
    "origin": "REMOTE",
    "time_fired": "2019-08-22T08:55:21.869511+00:00",
    "context": {
        "id": "2509887447e548be9447dcaac289262b",
        "parent_id": null,
        "user_id": null
    }
}