mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
152d0efc60
commit
5a65516cc0
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user