1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

49_SSCamSTRM: new commands adoptForTimer / adoptTime in master devs

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22483 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-07-27 22:16:18 +00:00
parent 23df45a0e6
commit ed680bbb32

View File

@ -474,11 +474,11 @@ sub _setadoptForTimer { ## no critic "not used"
use strict "refs";
if($odev) {
Log3($name, 4, qq{$name - Switched Stream Device back to "$sdev".});
Log3($name, 4, qq{$name - Switched Stream Device back to "$sdev"});
return;
}
Log3($name, 4, qq{$name - Switched to Stream Device "$hash->{LINKNAME}" for $atime seconds.});
Log3($name, 4, qq{$name - Switched to Stream Device "$hash->{LINKNAME}" for $atime seconds});
InternalTimer(gettimeofday()+$atime, "FHEM::SSCamSTRM::_setadoptForTimer", $paref, 0);
return;