70_STV.pm: fix return value in SET funktion

git-svn-id: https://svn.fhem.de/fhem/trunk@12782 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
bentele
2016-12-15 09:06:04 +00:00
parent 54095c3ab5
commit dbed8ef69f

View File

@@ -661,11 +661,13 @@ sub STV_Set($@)
} }
return $ret; return $ret;
} }
return $undef;
} }
1; 1;
=pod =pod
=item summary device to communicate with an Samsung Television
=begin html =begin html
<a name="STV"></a> <a name="STV"></a>