70_STV.pm: fix return value in SET funktion

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

View File

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