Update README.md

This commit is contained in:
Stoyan Zlatev 2023-05-22 13:04:23 +00:00
parent 6ca22b8b82
commit c7661237dc

View File

@ -3,6 +3,7 @@
Cordonels with pressure sensors are to be compared against references in the test station. For this purpose, the temperature flanges in the test stations have been equipped with pressure sensors. In the pre-processing, the test item is to be compared against the references. The specifications for the test come from a web service. The results of the test should be stored in the database.
- `GET: /api/CordonelPressureSensorTest/GetTestSpec` - loads initial test values for testing the Cordonel watermeter. The values are stored into the database.[File] table in a json format.
```
{
"NumberOfMeasurements": 3,
@ -10,3 +11,5 @@ Cordonels with pressure sensors are to be compared against references in the tes
"MaxDeviationInBar": 0.5,
}
```