diff --git a/fhem/CHANGED b/fhem/CHANGED index e025728f2..8f3704bc9 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 49_SSCam: empty event LastSnapId corrected - change: 49_SSCam: Logging of verbose 4 changed - change: 10_ZWave.pm: change numbers in events (hex -> dec, Forum #56682) - feature: 49_SSCam: new attribute "noQuotesForSID" diff --git a/fhem/FHEM/49_SSCam.pm b/fhem/FHEM/49_SSCam.pm index 3a534f615..f59694b6f 100644 --- a/fhem/FHEM/49_SSCam.pm +++ b/fhem/FHEM/49_SSCam.pm @@ -27,6 +27,7 @@ ########################################################################################################## # Versions History: # +# 1.32.1 18.08.2016 empty event LastSnapId corrected # 1.32 17.08.2016 Logging of verbose 4 changed # 1.31 15.08.2016 Attr "noQuotesForSID" added, avoid possible 402 - permission denied problems # in some SVS/DS-combinations @@ -2524,7 +2525,7 @@ sub camop_nonbl ($) { # ein Schnappschuß wird ausgelöst $url = "http://$serveraddr:$serverport/webapi/$apitakesnappath?api=\"$apitakesnap\"&dsId=\"0\"&method=\"TakeSnapshot\"&version=\"$apitakesnapmaxver\"&camId=\"$camid\"&blSave=\"true\"&_sid=\"$sid\""; readingsSingleUpdate($hash,"state", "snap", 0); - readingsSingleUpdate($hash, "LastSnapId", "", 1); + readingsSingleUpdate($hash, "LastSnapId", "", 0); } elsif ($OpMode eq "getsnapfilename") {