From 15eaa12f0375b1ad80fc410d1136aa3777ee38c9 Mon Sep 17 00:00:00 2001 From: mfr69bs <> Date: Sat, 20 Oct 2012 20:43:42 +0000 Subject: [PATCH] commandref for update added, small fix in module ipcam git-svn-id: https://svn.fhem.de/fhem/trunk@1997 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/49_IPCAM.pm | 2 +- fhem/docs/commandref.html | 73 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 71 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/49_IPCAM.pm b/fhem/FHEM/49_IPCAM.pm index 3513f99ec..168918ac0 100644 --- a/fhem/FHEM/49_IPCAM.pm +++ b/fhem/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/fhem/docs/commandref.html b/fhem/docs/commandref.html index c8c5aab06..021eb3e68 100644 --- a/fhem/docs/commandref.html +++ b/fhem/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