55_GDS.pm: debug code added temporarily
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -959,7 +959,7 @@ sub getConditions($$@){
|
||||
sub _readItem {
|
||||
my ($line, $pos, $align, $item) = @_;
|
||||
my $x;
|
||||
|
||||
Debug $line unless $align;
|
||||
if ($align eq "l") {
|
||||
$x = substr($line, $pos);
|
||||
$x =~ s/ .+$//g; # after two spaces => next field
|
||||
|
||||
Reference in New Issue
Block a user