| Name | Type | Description | Notes |
|---|---|---|---|
| location | \Swagger\Client\Model\GeoPoint | [optional] | |
| timestamp | \DateTime | Timestamp for the datapoint. NB this is not necessarily the same as 'created' | |
| speed | float | Ground velocity in kmh, as determined by the GPS | [optional] |
| altitude | float | Altitude in m, as determined by the GPS | [optional] |
| course | float | Course in degrees, as determined by the GPS | [optional] |
| num_value | string | Internal use only | [optional] |
| string_value | string | Internal use only | [optional] |
| send_reason | float | Bitfield indicating reason for datapoint transmission and status of the device at the time. Bit1(1): Wake mode active, Bit2(2): Sleep mode active, Bit3(4): Bluetooth disconnected, Bit4(8): Outside of Safe-zone, Bit5(16): Motion detected, Bit6(32): Device started moving, Bit7(64): Device stopped moving, Bit8(128): Position is stale: last known location was used Special case 255/0xFF: device was checking in with server. Ignore all data | [optional] |
| sats | float | Number of visible satellites, as determined by the GPS | [optional] |
| hdop | float | Deprecated | [optional] |
| accuracy | float | Accuracy of the location in meters | [optional] |
| location_type | string | Type of position. Can be 'gps', 'wifi', 'gsm' or 'invalid' | [default to 'gps'] |
| battery_voltage | float | Battery charge level in volts. | [optional] |
| average_charge | float | Internal Use. 255 indicates plugged in and charging. | [optional] |
| created | \DateTime | Timestamp for when the datapoint was received and processed by the server | |
| address | string | A reverse geocode result for the point | [optional] |
| alert_type | float | Bitfield indicating what alerts where active at transmission time Bit1(1): Freefall / Drop detected, Bit2(2): Rotation detected, Bit3(4): GSM jamming detected, Bit4(8): Button was pressed, Bit5(16): Generic Alert | [optional] |
| current_used | float | Current Used to send this location in microAmp Hours | [optional] |
| gsm_signal | float | GSM CSQ value | [optional] |
| id | float | [optional] | |
| device_id | float | [optional] |