no message

main
이범준 5 months ago
parent e159e03dd5
commit 958f10595e

@ -3,7 +3,7 @@
ANPR 상태 전송 [anpr_status_send.jar] (실행환경=남산 1호연계서버,3호연계서버)
전송정보 : 온도,함체도어상태,SD카드상태
전송정보 : 카메라접속상태,온도,함체도어상태,SD카드상태
주기 : 1분

@ -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카드상태

Loading…
Cancel
Save