emergency.json
Dispatch settings for emergency calls. Services such as police and medic live under dispatch.services; add a custom service by adding a row in the managed editor.
Default service ids
policemedic
Fields
| Field | Meaning |
|---|---|
| dispatch.callLifetimeSeconds | How long active emergency calls stay visible. |
| dispatch.callerCooldownSeconds | Cooldown before the same caller can create another call. |
| dispatch.minMessageLength | Minimum call message length. |
| dispatch.maxMessageLength | Maximum call message length. |
| dispatch.services[].id | Stable service id. |
| dispatch.services[].name | Fallback display name. |
| dispatch.services[].nameKey | Localization key for display name. |
| dispatch.services[].description | Fallback description. |
| dispatch.services[].descriptionKey | Localization key for description. |
| dispatch.services[].icon | Material icon id. |
| dispatch.services[].accentColor | UI color. |
| dispatch.services[].targetJobIds | Jobs that receive calls for this service. |
Reload
Use litherarp.emergency_reload after manual edits.