mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +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:
parent
9b4ab35610
commit
0fc2560978
@ -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 ",
|
||||
|
@ -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 ",
|
||||
|
Loading…
x
Reference in New Issue
Block a user