mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-29 17:37:09 +00:00
95_Babble.pm: Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@16247 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d107a280b2
commit
3d383ed858
@ -1100,7 +1100,7 @@ sub Babble_DoIt{
|
|||||||
$reading = "none"
|
$reading = "none"
|
||||||
if( !$reading );
|
if( !$reading );
|
||||||
|
|
||||||
if($parms[0]="testit"){
|
if( defined(@parms) && $parms[0]=="testit"){
|
||||||
$testit = 1;
|
$testit = 1;
|
||||||
shift @parms;
|
shift @parms;
|
||||||
$exflag = $parms[0];
|
$exflag = $parms[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user