From c7661237dc3d282a884e85fd13b22f40efb5b59d Mon Sep 17 00:00:00 2001 From: Stoyan Zlatev Date: Mon, 22 May 2023 13:04:23 +0000 Subject: [PATCH] Update README.md --- Common/Service/MeterProcessState/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common/Service/MeterProcessState/README.md b/Common/Service/MeterProcessState/README.md index c93f551f..9e0e3794 100644 --- a/Common/Service/MeterProcessState/README.md +++ b/Common/Service/MeterProcessState/README.md @@ -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, } +``` +