Skip to content

Sample add-in that extends a device's properties using AddInData API

Notifications You must be signed in to change notification settings

Geotab/addin-extend-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Extend Device Add-in

Sample add-in that extends a device's properties using AddInData API

Installation

Add the configuation below to the to the system setting -> addins section of the MyGeotab database

{
  "name": "extend device sample",
  "supportEmail": "[email protected]",
  "version": "0.0.1",
  "items": [{
    "url": "https://cdn.jsdelivr.net/gh/Geotab/addin-extend-device@master/dist/addinExtendDevice.html",
    "path": "AdministrationLink/",
    "menuName": {
      "en": "Extend Device"
    },
    "icon": "https://cdn.jsdelivr.net/gh/Geotab/addin-extend-device@master/dist/images/icon.svg"
  }]
}

About

Sample add-in that extends a device's properties using AddInData API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published