diff --git a/fhem/contrib/DS_Starter/49_SSCam.pm b/fhem/contrib/DS_Starter/49_SSCam.pm
index 772ee35b1..35c37b76c 100644
--- a/fhem/contrib/DS_Starter/49_SSCam.pm
+++ b/fhem/contrib/DS_Starter/49_SSCam.pm
@@ -4970,16 +4970,12 @@ sub SSCam_camop_parse ($) {
}
$snapid = $data->{data}{'id'};
- #readingsSingleUpdate($hash,"LastSnapId",$snapid, 0) if($snapid);
- #my $rotnum = AttrVal($name,"snapReadingRotate",0);
- #SSCam_rotateReading($hash,"LastSnapId",$snapid,$rotnum,0);
readingsBeginUpdate($hash);
readingsBulkUpdate($hash,"Errorcode","none");
readingsBulkUpdate($hash,"Error","none");
readingsEndUpdate($hash, 1);
- # Logausgabe
if ($snapid) {
Log3($name, 3, "$name - Snapshot of Camera $camname created. ID: $snapid");
} else {
@@ -8772,7 +8768,10 @@ attr <name> genericStrmHtmlTag <video $HTMLATTR controls autoplay>
One or multiple snapshots are triggered. The number of snapshots to trigger and the time difference (in seconds) between
each snapshot can be optionally specified. Without any specification only one snapshot is triggered.
- The ID and the filename of the last snapshot will be displayed in Reading "LastSnapId" respectively "LastSnapFilename".
+ The ID and the filename of the last snapshot will be displayed in Reading "LastSnapId" respectively
+ "LastSnapFilename".
+ To get data of the last 1-10 snapshots in various versions, the attribute "snapReadingRotate"
+ can be used.
The snapshot Email shipping can be activated by setting attribute "snapEmailTxt".
@@ -9437,6 +9436,12 @@ attr <name> genericStrmHtmlTag <video $HTMLATTR controls autoplay>
If mode "Full" is set, the images are retrieved with their original available resolution. That requires more ressources
and may slow down the display. By setting attribute "snapGalleryBoost=1" the display may accelerated, because in that case
the images will be retrieved by continuous polling and need only bring to display.
+
+
+