cqpCow 1 anno fa
parent
commit
0d9684b1c8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/Model/DeviceType.php

+ 2 - 2
app/Model/DeviceType.php

@@ -16,9 +16,9 @@ class DeviceType extends Model
     const type_three = 3;
     const type_four = 4;
 
-    const temperature_normal = '温度正常';
+    const temperature_normal = '温度';
     const temperature_abnormal = '温度异常';
-    const humidity_normal = '湿度正常';
+    const humidity_normal = '湿度';
     const humidity_abnormal = '湿度异常';
 
     public static $abnormal = [self::temperature_abnormal,self::humidity_abnormal];