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 @@ - +