Morey Slap-n-Track

Morey Slap-n-Track is a 4G LTE asset GPS tracker with IP69-compliant casing.

Usage specifics
Parameters (24)
Settings (9)
Commands (1)
Morey Slap-n-Track
Flespi parses telemetry data from your Morey Slap-n-Track into a standardized JSON and lets you send commands to Morey Slap-n-Track via API.

Here’s the like of JSON you get

{
    "ident": "352625333222111",
    "position.altitude": 273.61,
    "position.hdop": 0.7,
    "position.latitude": 49.069782,
    "position.longitude": 28.632826,
    "position.satellites": 18,
    "server.timestamp": 1650636570.426424,
    "timestamp": 1650636570.426424,
    "device.type.id": "Morey Slap-n-Track",
    "channel.id": 1111,
    "protocol.id": "morey-slap-n-track"
    "engine.ignition.status": true
    ...
}

How to consume this nice JSON

The easiest way is to make a REST API request like this
curl -X GET  --header 'Authorization: FlespiToken XXX' 'https://flespi.io/gw/devices/<device id>/messages'

How to send commands to Morey Slap-n-Track?

You can send a specific command. Show all commands
You can use pre-defined settings to send instructions more conveniently. Show all settings

You can also

Modify messages

Add or remove parameters, inject data from LBS and reverse-geocoding services, etc.
Learn what plugins can do

Aggregate data

Determine trips and stops, catch events, detect geofence ins/outs, and more.
Learn about flespi analytics capabilities
battery.voltage
number
volts
Internal battery voltage
channel.id
number
ID of channel that received a message
device.id
number
ID of device that received a message
device.name
string
Name of device that received a message
device.type.id
number
ID of device type of device that received a message
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
gsm.operator.code
string
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) operator code, which is MCC joined with MNC
ident
string
Device unique identifier like serial number, IMEI, etc
message.type
string
Message type
movement.status
boolean
Current movement state
network.signal.rsrp
number
dbm
LTE reference signal received power (RSRP)
peer
string
IP:port from which device connecting to the channel
position.accuracy
number
meters
Position data accuracy in meters
position.altitude
number
meters
Altitude value for position
position.latitude
number
degrees
Latitude coordinate value
position.longitude
number
degrees
Longitude coordinate value
protocol.id
number
ID of protocol
sensor.temperature
number
celsius
Temperature sensor value
server.timestamp
number
seconds
Timestamp when server received a message
syslog.messages
array
Array of syslog messages
timestamp
number
seconds
Message timestamp
Properties
Server to connect
comm
Server to connect configuration
broker: Type
timeout: Timeout
mqtt_broker: MQTT broker
sms_wakeup_interval: SMS wakeup interval
FOTA Update Configuration
fota_config
FOTA Update Configuration
fota_server: FOTA Server
FOTA Update Progress
fota_progress
FOTA Update Progress
progress: FOTA Progress
Start FOTA Update
fota_start
Start FOTA Update from specified URL
url: FOTA File URL
Motion
motion
Motion configuration
stop_timer: Stop timer
report_interval: Report interval
Periodic reporting
periodic
Periodic reporting configuration
report_interval: Report interval
report_initial_time: Report initial time
Power
power
Power configuration
off_enable: OFF enable
reset_enable: Reset enable
Stolen Asset
stolen_asset
Stolen Asset configuration
enable: Enable
geofence: Geofence
report_interval: Report interval
working_hours_end: Working hours end
working_hours_start: Working hours start
System Info
sysinfo
System info from the sysinfo command response
hw_pn: Part number
hw_sn: Serial number
mfg_date: Date of manufacture
sim_ccid: CCID of the SIM card or chip
modem_imei: IMEI of the modem
app_version: Version number of the application
modem_fw_version: Version number of the modem firmware
Properties
Custom command
custom
Send custom command to device
command: Command
Reset the device
{"command":"reset"}
Request device sysinfo
{"command":"sysinfo"}