Driver Login Message
Driver safety messages intend to inform drivers of their responsibilities and to remind them to focus on safety while performing their tasks.
Drivers have the option to accept or decline these responsibilities, The messages including reminders of privacy laws such as the Health Insurance Portability and Accountability Act of 1996 (HIPAA) are displayed when drivers attempt to sign into DriverMate. They must accept these messages before they can proceed to sign in and access DriverMate.
Configuration
| ID | Name | Description | Default |
|---|---|---|---|
| 1810 | Driver Message Enable | Enabled: true Not enabled: false |
true |
| 1820 | Driver Message Timeout |
The time, in seconds, that the safety message is displayed before returning to the logon screen. Range: 30 to 120 seconds |
60 |
| 1650 | Driver Messages | The messages to be displayed to the driver if the functionality is enabled. This can only be modified through the DriverMateXam.json file. |
When editing the driver safety messages in the DriverMateXam.json file, follow these guidelines:
- Use standard UTF-8 encoding for text.
- Do not use line feed (\f) or carriage return (\r) characters.
- Use the pipe character ('|') to indicate where a carriage return should be added by DriverMate.
- To display a title on a message, separate it with a pipe character ("|") from the rest
of the content and add a flag. If you do not add the separator and flag, the whole message
appears the same.
The title {Title} of the text is displayed in a bigger text size and bold type.
- The whole message appears the same.
Example
"settingsCollections": {
"1650": [
"!!HIPAA CONFIDENTIALITY NOTICE!!|| The contents of this application are intended solely for the authorized user(s). Contents of this application may include Electronic Protected Health Information (ePHI) as defined under the Health Information Portability and Accountability Act (HIPAA). All information should be considered strictly confidential and should be protected from disclosure. Any unauthorized use, dissemination, copying, or storage of the data in this application is strictly prohibited by law.",
"!!SAFETY FIRST!! || I AGREE THAT | SAFETY IS MY FIRST PRIORITY | --AND-- | I AGREE TO ONLY USE THIS DEVICE | WHEN SAFE TO DO SO | --AND-- | I AGREE TO REPORT MY CONCERNS | TO MY SUPERVISOR"
]
},