Quellcode durchsuchen

chore(constants): 更新设备参数编码

wangcong vor 1 Woche
Ursprung
Commit
c8b2a66e03
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      src/constants/device-params.ts

+ 6 - 6
src/constants/device-params.ts

@@ -61,12 +61,12 @@ export const enum DevParamChillerUnit {
   本月耗电量 = 'energyMonth',
   冷冻水回水温度 = 'evapWaterTempIn',
   冷冻水出水温度 = 'evapWaterTempOut',
-  蒸发压力 = 'cir_1_evapPre',
-  蒸发温度 = 'cir_1_evapTemp',
+  蒸发压力 = 'cirEvapPre',
+  蒸发温度 = 'cirEvapTemp',
   冷却水回水温度 = 'condWaterTempIn',
   冷却水出水温度 = 'condWaterTempOut',
-  冷凝压力 = 'cir_1_condPre',
-  冷凝温度 = 'cir_1_condTemp',
-  排气温度 = 'cir_1_comp_1_disTemp',
-  吸气温度 = 'cir_1_comp_1_sucTemp',
+  冷凝压力 = 'cirCondPre',
+  冷凝温度 = 'cirCondTemp',
+  排气温度 = 'cirCompDisTemp',
+  吸气温度 = 'cirCompSucTemp',
 }