From 824f2f9b9af57a559930dc3785569942f9ffdbc8 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 22 Jul 2023 11:29:06 -0500 Subject: [PATCH] Update data format submodule and metadata The nominal range of mcu_hv_en is updated in the data format. --- Backend/Data/sc1-data-format | 2 +- Frontend/src/Components/Graph/graph-data.json | 4 ++-- Frontend/src/data-constants.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Backend/Data/sc1-data-format b/Backend/Data/sc1-data-format index fdac3e37..a3756400 160000 --- a/Backend/Data/sc1-data-format +++ b/Backend/Data/sc1-data-format @@ -1 +1 @@ -Subproject commit fdac3e37a0959aedac62dcf74933fdc67c018aab +Subproject commit a3756400eacefac6b8da7e7db07d145f75f5ab1f diff --git a/Frontend/src/Components/Graph/graph-data.json b/Frontend/src/Components/Graph/graph-data.json index 2313a823..5fc5cd43 100644 --- a/Frontend/src/Components/Graph/graph-data.json +++ b/Frontend/src/Components/Graph/graph-data.json @@ -234,8 +234,8 @@ "key": "mcu_hv_en", "name": "mcu_hv_en", "unit": "", - "min": 0, - "max": 0 + "min": 1, + "max": 1 }, { "key": "imd_status", diff --git a/Frontend/src/data-constants.json b/Frontend/src/data-constants.json index 8258ad8d..70a8050d 100644 --- a/Frontend/src/data-constants.json +++ b/Frontend/src/data-constants.json @@ -41,8 +41,8 @@ }, "mcu_hv_en": { "UNIT": "", - "MIN": 0, - "MAX": 0 + "MIN": 1, + "MAX": 1 }, "imd_status": { "UNIT": "",