2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 19:32:42 +00:00

49_SSCam: contrib 9.5.0

git-svn-id: https://svn.fhem.de/fhem/trunk@22419 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-07-17 15:08:17 +00:00
parent b0f25d900f
commit c17790d348

View File

@ -196,7 +196,7 @@ sub Define {
explodeLinkData ($hash, $link, 1);
$hash->{HELPER}{MODMETAABSENT} = 1 if($modMetaAbsent); # Modul Meta.pm nicht vorhanden
$hash->{LINK} = $link;
# $hash->{LINK} = $link;
# Versionsinformationen setzen
setVersionInfo($hash);
@ -334,7 +334,8 @@ sub Set {
} elsif ($opt eq "reset") {
delReadings($hash);
$hash->{LINK} = $hash->{DEF};
# $hash->{LINK} = $hash->{DEF};
explodeLinkData ($hash, $hash->{DEF}, 1);
} else {
return "$setlist";