...
The module needs the list of status point of the site configured as fugitive.
...
Format
The status points are declared in the "Exchanged data". A property "datapoints.pivot_subtypes" allows to define the nature of a status points. If it is declared as "transient", the plugin must perform the processing associated with this type.
The "datapoints.pivot_id" property corresponds to the identifier of the status point.
...
Filtering rules
R1 : Generation of a new datapoint when a fugitive status point is received (value opposite to the reception, adding 1ms in the timestamp).
R2 : Only status points configured as transient in subtypes are managed by the plugin.
Data processing
This module is designed to work on status points in pivot format.
...