Dispatch
The dispatch bridge sends alarm alerts to police jobs.
🔎 Auto Detection
Config.Dispatch = AUTO_DETECTOverride with the matching constant only when detection picks the wrong one. Standalone is used as fallback when no dispatch resource is running.
Dispatch.RCORE
rcore_dispatch
Dispatch.PS
ps-dispatch
Dispatch.QS
qs-dispatch
Dispatch.LB
lb-tablet
Dispatch.WASABI
wasabi_mdt
Dispatch.CODEM
codem-dispatch
Dispatch.CORE
core_dispatch
Dispatch.DUSA
dusa_dispatch
Dispatch.KARTIK
kartik-mdt
Dispatch.LS
l2s-dispatch
Dispatch.ORIGEN
origen_police
Dispatch.REDUTZU
redutzu-mdt
Dispatch.TK
tk_dispatch
Dispatch.LOVE
emergencydispatch
🧩 Supported Resources
Resource: rcore_dispatch
The bridge sends alarm alerts via rcore_dispatch with the property's location, blip sprite, and color from Config.Alarm.Dispatch.Blip.
Resource: ps-dispatch
The bridge calls the ps-dispatch export to create a dispatch entry. Make sure the jobs in Config.Alarm.Dispatch.Jobs exist in your ps-dispatch job list.
Resource: qs-dispatch
Alarm alerts are pushed to qs-dispatch with the standard QS payload (coords, blip, jobs).
Resource: lb-tablet
The bridge routes alerts through the LB Tablet dispatch API.
Resource: wasabi_mdt
Alarm alerts are pushed to the Wasabi MDT dispatch API with the property's coords, blip, and jobs.
Resource: codem-dispatch
The bridge creates a Codem dispatch entry for the configured police jobs.
Resource: core_dispatch
Alerts route through the core_dispatch API with the standard alarm payload.
Resource: dusa_dispatch
The bridge hands off alarm alerts to DUSA dispatch.
Resource: kartik-mdt
Alarm alerts are sent to Kartik MDT for the configured jobs.
Resource: l2s-dispatch
The bridge calls the L2S dispatch export to create an alert entry.
Resource: origen_police
Alerts route through the Origen Police MDT dispatch API.
Resource: redutzu-mdt
The bridge sends alarm alerts to Redutzu MDT.
Resource: tk_dispatch
Alarm alerts are pushed to TK dispatch with coords, blip, and jobs.
Resource: emergencydispatch (Love Dispatch)
The bridge creates an alert through the emergencydispatch API.
No dispatch resource - alarm dispatch falls back to a server-side notification in the console.
🚨 Alarm Settings
Dispatch tuning lives in security configuration:
Config.Alarm.Dispatch.DelayPerProperty
Cooldown before the same property can re-alert.
Config.Alarm.Dispatch.Jobs
Job names receiving the alert.
Config.Alarm.Dispatch.Blip
Blip sprite, color, scale, flash.
Config.Alarm.Dispatch.Events
Which alarm states trigger dispatch.
Last updated