diff --git a/FHEM/49_IPCAM.pm b/FHEM/49_IPCAM.pm index 3513f99ec..168918ac0 100644 --- a/FHEM/49_IPCAM.pm +++ b/FHEM/49_IPCAM.pm @@ -197,7 +197,7 @@ IPCAM_getSnapshot($) { $dateTime = TimeNow(); - $snapshot = GetFileFromURL($camURI); + $snapshot = GetFileFromURLQuiet($camURI); $imageFormat = IPCAM_guessFileFormat(\$snapshot); diff --git a/docs/commandref.html b/docs/commandref.html index c8c5aab06..021eb3e68 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -55,6 +55,7 @@ shutdown   sleep   trigger   + update   updatefhem   usb   xmllist   @@ -788,10 +789,57 @@ A line ending with \ will be concatenated with the next one, so long lines + +

update

+ +

updatefhem