|
|
|
|
@ -116,7 +116,7 @@ public class StreetController {
|
|
|
|
|
Integer status = JYDamHelper.ReadStatus(equip,obj.getInteger("num"),obj.getInteger("index"));
|
|
|
|
|
log.info("ip:{},status:{}",lightSource.getIp(),status);
|
|
|
|
|
}else if(configProperties.getLightSource().getType() == 2){
|
|
|
|
|
HikControlSocket.openLight(lightSource.getIp(),lightSource.getPort(),4,0);
|
|
|
|
|
HikControlSocket.openLight(lightSource.getIp(),lightSource.getPort(),configProperties.getLightSource().getIndex(),0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|