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 inforamtion 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 time for storing data (seconds) |
| minValue | Dobule | minimum threshold value to generate an alarm |
| maxValue | Dobule | max threshold value to generate an alarm |
| modified | Timestamp | automatically created timestamp of last change |