|
@@ -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];
|