2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

14_SD_WS07.pm: removed prototypes

git-svn-id: https://svn.fhem.de/fhem/trunk@27952 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
sidey79 2023-09-12 20:03:08 +00:00
parent f2cf55fbe1
commit 3f44ee0fab

View File

@ -57,7 +57,7 @@ sub SD_WS07_Initialize
#############################
sub
SD_WS07_Define($$)
SD_WS07_Define
{
my ($hash, $def) = @_;
my @a = split("[ \t][ \t]*", $def);
@ -78,7 +78,7 @@ SD_WS07_Define($$)
#####################################
sub
SD_WS07_Undef($$)
SD_WS07_Undef
{
my ($hash, $name) = @_;
delete($modules{SD_WS07}{defptr}{$hash->{CODE}})
@ -90,7 +90,7 @@ SD_WS07_Undef($$)
###################################
sub
SD_WS07_Parse($$)
SD_WS07_Parse
{
my ($iohash, $msg) = @_;
my (undef ,$rawData) = split("#",$msg);