mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-30 05:57:08 +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:
parent
e12d28c246
commit
71c29108f5
@ -57,7 +57,7 @@ sub SD_WS07_Initialize
|
|||||||
|
|
||||||
#############################
|
#############################
|
||||||
sub
|
sub
|
||||||
SD_WS07_Define($$)
|
SD_WS07_Define
|
||||||
{
|
{
|
||||||
my ($hash, $def) = @_;
|
my ($hash, $def) = @_;
|
||||||
my @a = split("[ \t][ \t]*", $def);
|
my @a = split("[ \t][ \t]*", $def);
|
||||||
@ -78,7 +78,7 @@ SD_WS07_Define($$)
|
|||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
sub
|
sub
|
||||||
SD_WS07_Undef($$)
|
SD_WS07_Undef
|
||||||
{
|
{
|
||||||
my ($hash, $name) = @_;
|
my ($hash, $name) = @_;
|
||||||
delete($modules{SD_WS07}{defptr}{$hash->{CODE}})
|
delete($modules{SD_WS07}{defptr}{$hash->{CODE}})
|
||||||
@ -90,7 +90,7 @@ SD_WS07_Undef($$)
|
|||||||
|
|
||||||
###################################
|
###################################
|
||||||
sub
|
sub
|
||||||
SD_WS07_Parse($$)
|
SD_WS07_Parse
|
||||||
{
|
{
|
||||||
my ($iohash, $msg) = @_;
|
my ($iohash, $msg) = @_;
|
||||||
my (undef ,$rawData) = split("#",$msg);
|
my (undef ,$rawData) = split("#",$msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user