From c32b15661ace69af663e3f862f4fba613dc88979 Mon Sep 17 00:00:00 2001
From: ATLAS-J silicon <atlasj@atlaspc9.kek.jp>
Date: Wed, 3 Feb 2021 16:09:04 +0900
Subject: [PATCH] reverted back to the state where it works with yarr/localdb

---
 configs/idb_to_ldb.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/idb_to_ldb.json b/configs/idb_to_ldb.json
index 1ade620..cfd75bb 100644
--- a/configs/idb_to_ldb.json
+++ b/configs/idb_to_ldb.json
@@ -23,15 +23,15 @@
             "dcsList": [
                 {
                     "key": "vddcom_voltage",
-                    "unit_column_name": "unitV_LV",
-                    "data_column_name": "measV_LV",
+                    "data_unit": "V",
+                    "data_name": "measV_LV",
                     "setting_column_name": "settV_LV",
                     "description": "voltage supplied to the module"
                 },
                 {
                     "key": "vddcom_current",
-                    "unit_column_name": "unitI_LV",
-                    "data_column_name": "measI_LV",
+                    "data_unit": "A",
+                    "data_name": "measI_LV",
                     "setting_column_name": "settI_LV",
                     "description": "current supplied to the module"
                 }
-- 
GitLab