From c3f6edab7d5b477471b80ac9867dc3e332e0fe02 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sun, 2 Jun 2019 05:45:02 +0000 Subject: [PATCH] 49_SSCam: contrib 8.14.0 git-svn-id: https://svn.fhem.de/fhem/trunk@19530 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/49_SSCam.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fhem/contrib/DS_Starter/49_SSCam.pm b/fhem/contrib/DS_Starter/49_SSCam.pm index 4f2d87e70..34ec66fef 100644 --- a/fhem/contrib/DS_Starter/49_SSCam.pm +++ b/fhem/contrib/DS_Starter/49_SSCam.pm @@ -1930,18 +1930,18 @@ sub SSCam_FWconfCam($$) { if(SSCam_IsModelCam($hash)) { # Camera Device return $ret if(!$cip); if(AttrVal("global","language","EN") =~ /DE/) { - $cexpl = $SSCam_ttips_de{confcam}; $cexpl =~ s/\s+/ /g; $cexpl =~ s/§NAME§/$alias/g; + $cexpl = $SSCam_ttips_de{confcam}; $cexpl =~ s/§NAME§/$alias/g; $cexpl =~ s/\s+/ /g; } else { - $cexpl = $SSCam_ttips_en{confcam}; $cexpl =~ s/\s+/ /g; $cexpl =~ s/§NAME§/$alias/g; + $cexpl = $SSCam_ttips_en{confcam}; $cexpl =~ s/§NAME§/$alias/g; $cexpl =~ s/\s+/ /g; } $cs = "window.open('http://$cip')"; } else { # SVS-Device return $ret if(!$svsip); if(AttrVal("global","language","EN") =~ /DE/) { - $cexpl = $SSCam_ttips_de{confsvs}; $cexpl =~ s/\s+/ /g; $cexpl =~ s/§NAME§/$alias/g; + $cexpl = $SSCam_ttips_de{confsvs}; $cexpl =~ s/§NAME§/$alias/g; $cexpl =~ s/\s+/ /g; } else { - $cexpl = $SSCam_ttips_en{confsvs}; $cexpl =~ s/\s+/ /g; $cexpl =~ s/§NAME§/$alias/g; + $cexpl = $SSCam_ttips_en{confsvs}; $cexpl =~ s/§NAME§/$alias/g; $cexpl =~ s/\s+/ /g; } $cs = "window.open('$svsprot://$svsip:$svsport/cam')"; }