The RecorderConfig data record holds the information in the recording_config table of the database . It is used by the /api/v1/recorderconfig API calls. On store new config it start monitoring automatically the parameterId and store all information in recording_data table.
Data Model
| Key | Type | Value |
|---|---|---|
| configId | Integer | Auto-generated config id |
| parameterId | String | Full message ID of the parameter |
| interval | Integer | Interval between stored values (seconds) |
| minValue | Double | minimum threshold value to generate an alarm |
| maxValue | Double | max threshold value to generate an alarm |
| modified | Timestamp | automatically created timestamp of last change |