From 5a65516cc0ec7e3eebd4be545ec7f9f09d88db7c Mon Sep 17 00:00:00 2001 From: bentele <> Date: Thu, 15 Dec 2016 09:06:04 +0000 Subject: [PATCH] 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 --- FHEM/70_STV.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FHEM/70_STV.pm b/FHEM/70_STV.pm index a574b9410..ace0c24ff 100644 --- a/FHEM/70_STV.pm +++ b/FHEM/70_STV.pm @@ -661,11 +661,13 @@ sub STV_Set($@) } return $ret; } + return $undef; } 1; =pod +=item summary device to communicate with an Samsung Television =begin html