This Add-In enables users to download device data in AEMP format.
Add the configuration below to the System Settings > Add-Ins section of the MyGeotab database
{
"name": "AEMP Add-In",
"supportEmail": "[email protected]",
"version": "1.0.2",
"items": [{
"url": "https://cdn.jsdelivr.net/gh/Geotab/addin-aemp@master/app/AEMPFormat.html",
"path": "EngineMaintenanceLink/",
"menuName": {
"en": "AEMP Add-In"
},
"icon": "https://cdn.jsdelivr.net/gh/Geotab/addin-aemp@master/app/images/icon.svg"
}]
}