Track GCS as Smart Asset in Suite

As OEM you can expose the serial number of the GCS to have the information logged in the Suite.

The process is straightforward.

Android

For an Android device, you need to be able to expose new JSON (structure see below) content using the content provider for the following URI: content://com.controller.app.dataprovider/controller_info

Desktop

For a Desktop environment you need to expose a JSON file (structure see below) in the Document folder and name info.json

JSON Structure

The JSON has to follow this structure

{
  "serial_number": string of the serial number,
  "vendor_name": string of the vendor name,
  "model_name": string of the model name
  }

By doing this, the GCS will be automatically tracked in Suite as Asset!

Last updated