Applications

Features available to organizations

Applications can only be created and modified by a user who is a system administrator.

Application Parameters

Each application parameter is optional.

Identifier (ID)

The identifier is generated automatically.

Name

The name is displayed in the list of applications.

Data decoder script

JavaScript code used to decode data coming from the data source. If specified here, it will override the script from the configuration of the data source connected to this application.

Data Processor Script

Code used to process data coming from the data source. If provided here, it will override the script from the configuration of the data source connected to this application.
This can be code written in JavaScript or Python.

Configuration

This is a list of properties stored in JSON object format. Example:

{
    "refreshInterval": 300
}

Description

The application description is optional, but it’s a good idea to include brief information about its purpose and how to use it.

© 2023-2025 Grzegorz Skorupa