From 3ca93b49caf421f5fc1a720996d7641579a74eae Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 16 Oct 2022 08:34:19 +0200 Subject: [PATCH] Update FeatureRequest.md --- FeatureRequest.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/FeatureRequest.md b/FeatureRequest.md index 2020fb78..41cc261d 100644 --- a/FeatureRequest.md +++ b/FeatureRequest.md @@ -11,18 +11,18 @@ ____ +#### #31 Implement InfluxDB v2.x interface + +* Currently only InfluxDB v1.x is supportet, extend to v2.x +* Remark: interface has changed +* see [#1160](https://github.com/jomjol/AI-on-the-edge-device/issues/1160) + #### #30 Support meter clock over * In case of meter clocking over, that is, reaching its max. value and starting over from 0, accept the new value and calculate correctly the difference. (see line 739 onwards in ClassFlowPostProcessing.cpp) -* In case of meter clocking over, that is, reaching its max. value and starting over from 0, - accept the new value and calculate correctly the difference. - (see line 739 onwards in ClassFlowPostProcessing.cpp) - - - #### #28 Improved error handling for ROIs