Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cid

A custom identifier that will be attached to all telemetry records of the device. After a value was assigned to a device, it can be used instead of the device ID to analyse telemetry data via the Exelonix backend.

Value range

  • Must be a string with a maximum length of 32 characters

  • Only characters a-zA-Z0-9.- are permitted

Note
  • The same value can be assigned to multiple devices. You need to ensure uniqueness across multiple devices yourself if this is required.

pcollect

Instruct the device to gather multiple measurements locally and send them collectively afterwards via the mobile network.

Value range

  • Must be an integer

  • Minimum value: 9

  • Maximum value: 86400

Note
  • The pcollectfunctionality is deactivated by default, and in this case, the device will report value 0 for this parameter.

  • Note that it is currently impossible to deactivate the pcollect mechanism once it has been activated.

gnss-force-next-time

Force the device to update its GNSS position information the next time readings are collected.

Value range

  • Must be an integer

  • Valid values

    • 0 — Don’t force an update of the GNSS position information

    • 1 — Force an update of the GNSS position information

Note
  • When the device receives no GNSS signal, the position information won’t be updated, regardless of this setting.

  • The device will automatically reset this parameter to 0 after it executed the forced update.

gnss-trigger

Configure the device to update GNSS position information only after every X readings are collected.

Value range

  • Must be an integer

  • Minimum value: 0

  • Maximum value: 99999