Browse Source

所有调整

cqpCow 1 year ago
parent
commit
0d9684b1c8
1 changed files with 2 additions and 2 deletions
  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];