55_weco.pm - added $Id and fixed attr bug

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5514 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2014-04-12 21:02:43 +00:00
parent b7d8991468
commit 1fece5b7eb

View File

@@ -1,4 +1,4 @@
# $Id: $
# $Id$
####################################################################################################
#
# 55_weco.pm
@@ -97,7 +97,8 @@ sub weco_send($) {
my ($data, $d, $r, $o);
my $a = $attr{$name};
while ( my ($key, $value) = each($a) ) {
next if substr($key,4,1) ~~ ["I"] ;
next if substr($key,0,4) ne 'weco';
next if substr($key,4,1) ~~ ["I"];
$key = substr($key,4,length($key)-4);
($d, $r, $o) = split(":", $value);
if(defined($r)) {