Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.41 KB

readme.md

File metadata and controls

23 lines (14 loc) · 1.41 KB

How to write location data directly to your Asset using the Asset Management API

How to use this flow:

  1. Copy the json flow structure from Here
  2. Click Import in the VFC and paste the json data in the blank field
  3. Click Import
  4. Change the asset id's in the GET and PUT call to the id of your own asset
  5. Change the locational information by altering the body in the function node (optional)
  6. Save the flow

You are done! Your flow should now look like this:

image

If you execute the flow, your location is written directly to your assets static information. You can now use it in e.g. the Asset Manager and always check the current location of your Asset:

asset_location.mp4

You do not have to write all information (e.g. postal code, street address, country, ...) for the map to be functional. Writing longitude and latitude is sufficient. However, if you only sent longitude and latitude information, Asset Manager will show now location available. The Asset Map is still functional.

Take a look at the Insights Hub Documentation if you want to know more about the Asset Management API.