2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

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 46d16cd328
commit 3edc877056

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>