2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 10:46:53 +00:00

49_SSCam: fix crash while autocreate subroutine is missing

git-svn-id: https://svn.fhem.de/fhem/trunk@22404 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-07-15 15:49:55 +00:00
parent 9b4ab35610
commit 0fc2560978
2 changed files with 6 additions and 0 deletions

View File

@ -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 ",

View File

@ -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 ",