mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
70_STV: $undef --> undef - code fixed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12857 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
777826b89a
commit
e116b4834f
@ -661,7 +661,7 @@ sub STV_Set($@)
|
|||||||
}
|
}
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
return $undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user