Decoder Function
Decoder Functions in Qubitro allow you to decode incoming payloads.
Last updated
Decoder Functions in Qubitro allow you to decode incoming payloads.
Last updated
Decoder Functions in Qubitro allow you to decode incoming payloads before storing data.
Depending on your device type and data format, you can choose from different decoder options to ensure data is structured correctly.
Once a decoder function is created, it runs automatically for incoming data without requiring manual activation.
If needed, the function can be disabled from the functions list under the device’s Functions tab without deleting it.
Qubitro provides three types of decoders, each suited for different integration needs:
Use this option if your LoRaWAN device has a predefined template in Qubitro. It allows you to automatically decode incoming payloads without writing custom logic.
If you use the LoRaWAN Device Template Decoder, device templates for dashboards will work automatically, enabling instant visualization of decoded data.
Use this option if your LoRaWAN device does not have a predefined template. You can write custom JavaScript to decode payloads manually.
Use this option if your device sends data in hex-encoded format instead of JSON. It converts hex-encoded strings into structured JSON.