-
userName
String userName
The name of the user that logged in to the app.
-
userId
String userId
A virtual user id distilled from user name and password (MD5 hash).
-
customerActivationKey
String customerActivationKey
The customer activation key used for the activation.
-
muid
String muid
Sent by the dongle to uniquely identify a device. Available after receiving the initial device info response
while activating the dongle.
-
btAddressDongleViaDongle
byte[] btAddressDongleViaDongle
Sent by the dongle upon dongle info request.
-
btAddressSmartphoneViaDongle
byte[] btAddressSmartphoneViaDongle
-
vin
String vin
The vehicle identification number. Used by the back-end to ensure the dongle is installed in the proper car. Can
be null
in case the vehicle's OBD channel does not return a VIN.
-
dongleVersionInfo
DongleVersionInfo dongleVersionInfo
A structure containing dongle version information.
-
btAddressViaClient
String btAddressViaClient
This is the address the client sends when connecting and booting the core. We need to store it locally to see if
it has changed. If it has changed a re-activation is required. This address will not be send elsewhere. It just
exists to distinguish between BT address given by client and sent by dongle.
-
activationState
ActivationStatus activationState
The current activation state of the dongle. If the state is
ActivationStatus.NOT_ACTIVATED
no
messages/functions other than activation-related can be triggered by the client. If anyway messages are sent or
functions are called that require a previous activation no error or any other message is sent back to the
client.
-
gcmRegistrationId
String gcmRegistrationId
GCM/FCM registration id. Needed for push notifications.
-
lastUbiDataTime
Long lastUbiDataTime
The time of the creation of UBI data in the dongle that has most recently been uploaded successfully to WEBFLEET
in ms, in UTC, Long.
-
dongleConnectionOnIdleTimeout
Long dongleConnectionOnIdleTimeout
The time after the core will close the connection to the dongle in the case that there is no communication
(idling).