Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Currently there are 8 categories of events generated by the platform:

  • Alarm (alarm)

  • Command Result (commandResult)

  • Geofence (geofenceEnter, geofenceExit)

  • Ignition (ignitionOn, ignitionOff)

  • Maintenance (maintenance)

  • Motion (deviceMoving, deviceStopped)

  • Overspeed (deviceOverspeed)

  • Status (deviceOnline, deviceOffline)

...

This type of event generated when a new position contains the alarm attribute. The device emits these alarms when it has been armed.

Command Result

Answers on commands (like arm / disarm) are stored in the result attribute. The platform generates this type of event if the position contains the result attribute.

...

The server generates this event type when device status changes (online/offline/unknown). Online means that BikeTrax is connected to the server and sending reports. Offline means that BikeTrax is not connected to the server, or did not send anything in the past 3 minutes.

...