Skip to content

Commit

Permalink
Fix Reloink alarms not working after reconnect. (openhab#15943)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Skinner <[email protected]>
  • Loading branch information
Skinah authored and andrewfg committed Nov 26, 2023
1 parent 374a2b1 commit aae908a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ void pollingCameraConnection() {
}
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)) {
Expand Down

0 comments on commit aae908a

Please sign in to comment.