Stops¶
Table of Contents
Prerequisites¶
This page assumes:
- You have a working scanner.
- You understand JSON formatting.
- You are using the latest version of PokeAlarm.
- You have read and understood the Filters page.
Introduction¶
The "stops" section has three distinct settings.
| Setting Name | Description |
|---|---|
| enabled | Process Stop Events only if true |
| defaults | Section for the default settings |
| filters | See below parameters |
Available DTS¶
General¶
| Parameter | Description | Example |
|---|---|---|
| lures | Array of allowed lures, by id or name. | ["Standard","501",502] |
| lures_exclude | Array of excluded lures, by id or name. | ["Standard","501",502] |
Miscellaneous¶
| Parameter | Description | Example |
|---|---|---|
| min_dist | Min distance of event from set location in miles or meters (depending on settings). | 0.0 * |
| max_dist | Max distance of event from set location in miles or meters (depending on settings). | 1000.0 * |
| min_time_left | Minimum time (in seconds) until monster despawns. | 1000 |
| max_time_left | Maximum time (in seconds) until monster despawns. | 2400 |
| geofences | See Geofences page on ‘Geofences’ | ["geofence1","geofence2"] |
| exclude_geofences | Opposite of geofences. See Geofences page. | ["geofence1","geofence2"] |
| min_time | See Time DTS page on ‘Time DTS’ | 8:30 |
| max_time | See Time DTS page on ‘Time DTS’ | 22:00 |
| custom_dts | See Custom DTS page on ‘Custom DTS’ | {"dts1":"substitution"} |
| is_missing_info | See Missing Information page on ‘Missing Info’ | true or false |
- Floats can use
"inf"to represent infinity