HDL_ON/UI/UI2/3-Intelligence/Automation/AirQuality.cs
@@ -57,17 +57,17 @@ if (text == Language.StringByID(StringId.kongqiyou)) { //优 value = "excellent"; value = "Excellent"; } else if (text == Language.StringByID(StringId.kongqiliang)) { //良 value = "good"; value = "Good"; } else if (text == Language.StringByID(StringId.kongqicha)) { //差 value = "poor"; value = "Poor"; } AddDic(value); };