We support the following events:
- Ignition On
- Ignition Off
- Speeding
- Enter geofence
- Exit geofence
- Idling
- Stop
This is really more of a question of what the device supports. In the case of Xirgo we can get additional event data such as:
- Mileage thresholds
- RPM threshold
- Fast acceleration
- Fast braking
To answer your question you can most definitely add new event types. For starters, I would recommend having the gateway populate the “event_type” field in the readings table and this will at least be present in the readings report. You can then use this data to generate a meaningful report by possibly adding a different Rails view. There are a few ways to do this so if you can be more specific in what you’re doing we’ll gladly offer suggestions.