From bb20eb78d002a0d2aaf68638d2643eefffcafa8e Mon Sep 17 00:00:00 2001 From: Stoyan Zlatev Date: Mon, 22 May 2023 13:02:18 +0000 Subject: [PATCH] Update README.md --- Common/Service/MeterProcessState/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Common/Service/MeterProcessState/README.md b/Common/Service/MeterProcessState/README.md index ed039223..58646aa9 100644 --- a/Common/Service/MeterProcessState/README.md +++ b/Common/Service/MeterProcessState/README.md @@ -3,8 +3,8 @@ 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. -`\n{ - \n\t"NumberOfMeasurements": 3, - \n\t"TimeMeasurementsInS": 1, - \n\t"MaxDeviationInBar": 0.5, +> `{ + "NumberOfMeasurements": 3, + "TimeMeasurementsInS": 1, + "MaxDeviationInBar": 0.5, \n}`