For the complete documentation index, see llms.txt. This page is also available as Markdown.

Viloc

Viloc Tag
  • Supported network type(s): KPNLORA

  • Device Specification ID: supported-viloc

  • Device Specification UUID: 5cc004e1-3950-4d62-a9ea-34fcc6a1de0c

Decoders
decoderSpecificationUUID
Description

= Raw LoRa payload (v2)

f88a69e3-fa7f-513a-a3a3-cf1f1e3617b2

Forward the raw LoRa payload and port number without decoding.

› Decoded payload (v2)

f4d326fe-ee09-5946-9fc2-266039dea972

Decoder outputting sabotage flag and temperature reading.

= Raw LoRa payload (v2)

Forward the raw LoRa payload and port number without decoding.

This decoder also decodes Geolocation and Local Gateway data.

The following SenML records can be present, amongst others:

name
type
unit
example
description

payload

string

"4D985C495AC4D8C9682CFD"

The LoRa hex payload

port

number

200

The LoRa port used to send this uplink

Example SenML

SenML can be structured in different ways, and we do not guarantee the examples below will look the same as what you will receive on your Destination. To make sure you can handle the SenML optimally, take a look at our documentation about Understanding and Interpreting SenML Data.

› Decoded payload (v2)

Decoder outputting sabotage flag and temperature reading.

This decoder also decodes Geolocation and Local Gateway data.

The following SenML records can be present, amongst others:

name
type
unit
example
description

sabotaged

boolean

false

true if the device has detected sabotage

temperature

number

Cel

14

The temperature measured by the device

batteryLevelLow

boolean

false

true if the battery gets below a threshold

Example SenML

SenML can be structured in different ways, and we do not guarantee the examples below will look the same as what you will receive on your Destination. To make sure you can handle the SenML optimally, take a look at our documentation about Understanding and Interpreting SenML Data.

The batteryLevelLow field in the example below is optional and will not be present in every uplink.

Last updated

Was this helpful?