zooZ Z-Wave Plus S2 MultiSiren ZSE19 Latency issue

I was able to create a very basic automation with my new zooZ Z-Wave Plus S2 MultiSiren ZSE19.
My issue is there is a 3-4 second latency from the time the window opens until the siren goes off

Any way to to shorten the delay?

alias: Siren Chirp
description: ''
trigger:
  - platform: state
    entity_id: binary_sensor.office_window_2
    to: 'on'
condition: []
action:
  - service: zwave_js.set_config_parameter
    data:
      parameter: '3'
      value: '35'
    target:
      entity_id: switch.zwsiren
mode: single