diff --git a/fhem/FHEM/49_SSCam.pm b/fhem/FHEM/49_SSCam.pm index 0793399d8..2ed6c95df 100644 --- a/fhem/FHEM/49_SSCam.pm +++ b/fhem/FHEM/49_SSCam.pm @@ -75,6 +75,8 @@ BEGIN { CommandDefine CommandDeleteAttr CommandDeleteReading + CommandSave + CommandDelete CommandSet delFromDevAttrList delFromAttrList @@ -157,6 +159,7 @@ BEGIN { # Versions History intern my %vNotesIntern = ( + "9.4.5" => "15.07.2020 fix crash while autocreate CommandDelete, CommandSave is missing ", "9.4.4" => "14.07.2020 fix crash while autocreate makeDeviceName is missing ", "9.4.3" => "13.07.2020 streamDev refactored, comref revised ", "9.4.2" => "11.07.2020 more changes according PBP level 3, headline PTZ Control, revised comref ", diff --git a/fhem/contrib/DS_Starter/49_SSCam.pm b/fhem/contrib/DS_Starter/49_SSCam.pm index e11473a9e..b749b67f7 100644 --- a/fhem/contrib/DS_Starter/49_SSCam.pm +++ b/fhem/contrib/DS_Starter/49_SSCam.pm @@ -75,6 +75,8 @@ BEGIN { CommandDefine CommandDeleteAttr CommandDeleteReading + CommandSave + CommandDelete CommandSet delFromDevAttrList delFromAttrList @@ -157,6 +159,7 @@ BEGIN { # Versions History intern my %vNotesIntern = ( + "9.4.5" => "15.07.2020 fix crash while autocreate CommandDelete, CommandSave is missing ", "9.4.4" => "14.07.2020 fix crash while autocreate makeDeviceName is missing ", "9.4.3" => "13.07.2020 streamDev refactored, comref revised ", "9.4.2" => "11.07.2020 more changes according PBP level 3, headline PTZ Control, revised comref ",