From 11382dcea69c351f400336c86769fb7c8140322b Mon Sep 17 00:00:00 2001 From: hj615 Date: Thu, 21 Aug 2025 13:20:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=BC=EB=B6=80=20=EB=94=94=EC=9E=90?= =?UTF-8?q?=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SmartAquaViewer/DataAnalisys/WaterQualityVO.cs | 14 -------------- SmartAquaViewer/Resources/Generic.xaml | 2 +- SmartAquaViewer/View/EnegyView.xaml | 7 +++++-- SmartAquaViewer/ViewModel/MonitoringViewModel.cs | 2 ++ 4 files changed, 8 insertions(+), 17 deletions(-) diff --git a/SmartAquaViewer/DataAnalisys/WaterQualityVO.cs b/SmartAquaViewer/DataAnalisys/WaterQualityVO.cs index 140997e..97c4444 100644 --- a/SmartAquaViewer/DataAnalisys/WaterQualityVO.cs +++ b/SmartAquaViewer/DataAnalisys/WaterQualityVO.cs @@ -47,20 +47,6 @@ namespace SmartAquaViewer.DataAnalysis Sterilizing = sterilizing; } - public double CalculateTotalEnergy() - { - double total = 0; - total += Filtering.SandFilterEnergy; - total += Filtering.CirculationPumpEnergy; - total += Filtering.HeatPumpEnergy; - total += Filtering.AirBlowerEnergy; - total += Sterilizing.OzoneGeneratorEnergy; - total += Sterilizing.UVSterilizerEnergy; - total += Sterilizing.OzoneDissolverEnergy; - total += Sterilizing.ExcessOzoneDestroyerEnergy; - return Math.Round(total, 2); - } - /// /// 샘플 데이터 리스트 생성 /// diff --git a/SmartAquaViewer/Resources/Generic.xaml b/SmartAquaViewer/Resources/Generic.xaml index 05f7c9e..ef1ba84 100644 --- a/SmartAquaViewer/Resources/Generic.xaml +++ b/SmartAquaViewer/Resources/Generic.xaml @@ -130,7 +130,7 @@ - +