|
|
|
|
@ -96,7 +96,7 @@ import org.json.simple.JSONObject;
|
|
|
|
|
JSONObject jsonParam = new JSONObject();
|
|
|
|
|
jsonParam.put("camId", cctvID.get(String.valueOf(this.g_strTenel) + this.g_strLane));
|
|
|
|
|
jsonParam.put("colctTime", strDate);
|
|
|
|
|
jsonParam.put("camConectSttus", "0");
|
|
|
|
|
jsonParam.put("camConectSttus", "0"); //카메라접속상태
|
|
|
|
|
jsonParam.put("rtuTp", temp.get(n % 3)); //온도:랜덤(11도12도13도)
|
|
|
|
|
jsonParam.put("bxDoorSttus", "0"); //함체도어상태
|
|
|
|
|
jsonParam.put("camSdCardSttus", "0"); //SD카드상태
|
|
|
|
|
|