User's Manual
29 | Page
Proprietary and Confidential Revised 10-11-11
longitude: The longitude reported in the forwarded tracker message, and determined by the
hexadecimal field in the raw payload.
address: The address calculated by the latitude and longitude. The address is an approximation
made on available geographic data, it is not intended to be exact.
street_address: The approximation of the number and street information by the latitude and
longitude. The address number may or may not be present, depending on the street type. The
street may be a road, avenue, highway or other designated type and is an approximation of the
nearest street to the location.
city: The city the address resides in.
state: The state the address resides in (if applicable).
zip: The US Postal zip code the address resides in(if applicable).
county: The county the address resides in (if applicable).
motion: The value reported by the tracking device for the motion status at the time of the report.
This may be a different result than the motion sensor trigger that may be configured as they are
derived by different methods.
payload: The following attributes will represent the parsed payload of the message data and the
related value. The specific field names will depend on the message type and specific configuration
of the tracking device.
Tracker XML Example
<?xml version="1.0" encoding="utf-8" ?>
<trackermessages version="1.0">
<trackermessage type="SXL1_location" id="22844855" positional="true" unixtime="1231360613">
<asset>
<esn>0-301896</esn>
<name>TEST UNIT</name>
<user_data>
<field name="customfield1" data="text" />
</user_data>
</asset>
<cause>
<trigger>All Devices: Any Message: Any Data is received</trigger>
<condition>Message Received</condition>
</cause>
<position>
<coordinate type="dd">
<latitude>45.679092407227</latitude>
<longitude>-111.03650093079</longitude>
</coordinate>
<address>
<street_address>50 E Main St</street_address>
<city>Bozeman</city>
<state>MT</state>
<zip>59715</zip>
<county>Gallatin</county>
</address>
</position>
<motion>false</motion>
<payload>
<field name="SXL1_alarm_status" data="false" format="boolean" units="" />
<field name="battery" data="100" format="numeric" units="" />
<field name="SXL1_config_change" data="false" format="boolean" units="" />
<field name="SXL1_engine_runtime" data="" format="numeric" units="" />