|
|
@@ -28,12 +28,14 @@ public class RemoteControlUtil {
|
|
28
|
28
|
/**
|
|
29
|
29
|
* url常量
|
|
30
|
30
|
*/
|
|
|
31
|
+ // 空调控制指令
|
|
|
32
|
+ public static final String airConditionDir = "/intelligents/insideCirculation/sendAirConditionDir";
|
|
31
|
33
|
// 虫害实时检测
|
|
32
|
|
- public static final String airConditionDir = "/intelligents/monitorWarning/sendAirConditionDir";
|
|
33
|
|
- // 虫害实时检测
|
|
34
|
|
- public static final String nowInsectPest = "/intelligents/monitorWarning/sendNowInsectPest";
|
|
|
34
|
+ public static final String nowInsectPest = "/intelligents/insectPestDetection/sendNowInsectPest";
|
|
35
|
35
|
// 气体实时检测
|
|
36
|
|
- public static final String nowGasDetection = "/intelligents/monitorWarning/sendNowGasDetection";
|
|
|
36
|
+ public static final String nowGasDetection = "/intelligents/gasDetection/sendNowGasDetection";
|
|
|
37
|
+ //数量监测指令
|
|
|
38
|
+ public static final String nowGasDetection1 = "/intelligents/monitorWarning/sendNowGasDetection";
|
|
37
|
39
|
// 数量检测,获取测量进度
|
|
38
|
40
|
public static final String scanProgress = "/intelligents/monitorWarning/getScanResult";
|
|
39
|
41
|
// 数量检测,获取扫描结果
|