70_STV: $undef --> undef - code fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@12857 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -661,7 +661,7 @@ sub STV_Set($@)
|
|||||||
}
|
}
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
return $undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|||||||
Reference in New Issue
Block a user