mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
49_SSCam: contrib 8.4.2
git-svn-id: https://svn.fhem.de/fhem/trunk@18209 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8547d97369
commit
4177aa120f
@ -659,16 +659,6 @@ sub SSCam_Attr($$$$) {
|
||||
RemoveInternalTimer($hash, "SSCam_wdpollcaminfo");
|
||||
InternalTimer(gettimeofday()+1.0, "SSCam_wdpollcaminfo", $hash, 0);
|
||||
}
|
||||
|
||||
if( $aName eq 'snapEmailTxt' ) {
|
||||
my %specials= (
|
||||
"%CAM" => $name,
|
||||
"%DATE" => $name,
|
||||
"%TIME" => $name,
|
||||
);
|
||||
my $err = perlSyntaxCheck($aVal, %specials);
|
||||
return $err if($err);
|
||||
}
|
||||
|
||||
if ($cmd eq "set") {
|
||||
if ($aName =~ m/httptimeout|snapGalleryColumns|rectime|pollcaminfoall/) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user