|
|
|
@ -481,7 +481,7 @@ public class JobMainTask { |
|
|
|
if(algSubtypeCode.contains(AlgConstants.INFRA_1800)) { |
|
|
|
final String temperUrl = liveIVS_URL + "/api/v1/device/temper"; |
|
|
|
JSONObject temperParam = new JSONObject(); |
|
|
|
temperParam.put("presetId", 0); |
|
|
|
temperParam.put("presetId", Integer.parseInt(presetPos.getPresetPosCode())); |
|
|
|
temperParam.put("cameraCode", presetPos.getChannelCode()); |
|
|
|
final String temperUrlRes = HttpClientUtils.sendPostAgain(temperUrl, temperParam.toString()); |
|
|
|
log.info("[infra_1800] prePointExec temperUrlRes: {}", temperUrlRes); |
|
|
|
|