Fix Reloink alarms not working after reconnect. (#15943)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
parent
3c0c402761
commit
50801be9d5
|
@ -1424,7 +1424,7 @@ public class IpCameraHandler extends BaseThingHandler {
|
|||
}
|
||||
logger.debug("About to connect to the IP Camera using the ONVIF PORT at IP: {}:{}", cameraConfig.getIp(),
|
||||
cameraConfig.getOnvifPort());
|
||||
onvifCamera.connect(thing.getThingTypeUID().getId().equals(ONVIF_THING));
|
||||
onvifCamera.connect(supportsOnvifEvents());
|
||||
return;
|
||||
}
|
||||
if ("ffmpeg".equals(snapshotUri)) {
|
||||
|
|
Loading…
Reference in New Issue