Stuck on Shelly 1 button [SOLVED]

So here is what I created

alias: Turn on light with Shelly Button
description: ""
trigger:
  - platform: event
    event_type: shelly.click
condition: []
action:
  - service: light.turn_on
    data:
      brightness_pct: 50
    target:
      device_id: be917bcc64ede08c87e4c3456d8e32d8
mode: single

But I now want to be able to do different things with different button clicks. I see in the listen events there is data. Can I put that into the data area here?

Do I need to put all of it or can I just put the Click_Type?