From 50e7441e5b45c9a136c85dbe6834aa59fddfac46 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Fri, 14 Aug 2020 14:26:27 +0000 Subject: [PATCH] 49_SSCam(STRM): avoid possible warnings during FHEM shutdown/restart git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22599 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/49_SSCam.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/49_SSCam.pm b/FHEM/49_SSCam.pm index 1f657c40a..22bbd1c0c 100644 --- a/FHEM/49_SSCam.pm +++ b/FHEM/49_SSCam.pm @@ -213,7 +213,7 @@ my %vNotesIntern = ( # Versions History extern my %vNotesExtern = ( - "9.6.0" => "12.08.2020 The new attribute 'ptzNoCapPrePat' is available. It's helpfull if your PTZ camera doesn't have the capability ". + "9.6.0" => "12.08.2020 The new attribute 'ptzNoCapPrePat' is available. It's helpful if your PTZ camera doesn't have the capability ". "to deliver Presets and Patrols. Setting the attribute avoid error log messages in that case. ", "9.5.0" => "15.07.2020 A new type 'master' supplements the possible createStreamDev command options. The streaming type ". "'master' cannot play back streams itself, but opens up new possibilities by flexibly accepting streams from ".