Product documentation

03. Time Stamp

This custom attribute type is meant to append any text atribute to the asset. Like for example an idea, a name, a description, …

FieldDescriptionPossible values
typeThe type of the custom attributeATTRIBUTE_WITH_TIME_STAMP
rootVenueScopeIdThe ID of the root venueA specific integer
nameThe name of the custom attribute Any text (has to be unique)

For example:

  • “LastBatteryChange”
  • “NextMaintenance”
  • “LeasingEndDate”
descriptionThe description of the custom attribute Any text

For example:

  • “This describes the date of the last battery change for the asset.”
  • “This describes the date of the next planned maintenance.”
  • “This describes the date of the end of the leasing contract of the asset.”
mandatoryIf the custom attribute is required for the assigned assets True or false.

If the custom attribute is mandatory, every assigned asset will have to have a value for this custom attribute.

defaultValueIf no value has been specified, and the defaultValue is not empty, then the assigned asset will  have the default value for this custom attribute.It can be any date.
attributeOrderThis define the order of the custom attributes in the Tagger asset creation as well as in the Viewer filters for example.
In addition to that, if two different custom attributes have styles applied, then the first one in the attributeOrder (lowest value) will be shown by default in the Viewer.
Any integer
localizedAttributeValueThis is an array containing an object per available language with the label and the value of the custom attribute which will be used for the rendering in the Favendo Modular RTLS Suite (Viewer, Tagger, Robot, …).
[
  {
    "language": "en",
    "label": "Next Maintenance"
  },
  {
    "language": "de",
    "label": "Nächste Wartung"
  }
]