fix: 设备在离线,类型修改。
This commit is contained in:
@@ -120,7 +120,7 @@ public class DeviceDataHandler {
|
|||||||
private static final int WARN_TYPE_DISSOLVED_OXYGEN = 2; // 溶解氧
|
private static final int WARN_TYPE_DISSOLVED_OXYGEN = 2; // 溶解氧
|
||||||
private static final int WARN_TYPE_TEMPERATURE = 2; // 温度
|
private static final int WARN_TYPE_TEMPERATURE = 2; // 温度
|
||||||
private static final int WARN_TYPE_BATTERY = 2; // 电池电量
|
private static final int WARN_TYPE_BATTERY = 2; // 电池电量
|
||||||
private static final int WARN_TYPE_OFFLINE = 5; // 设备离线
|
private static final int WARN_TYPE_OFFLINE = 2; // 设备离线
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 告警类型名称
|
* 告警类型名称
|
||||||
|
|||||||
Reference in New Issue
Block a user