diff --git a/lib/read_table_A.pl b/lib/read_table_A.pl index 0bc5102c0..bb8bede95 100644 --- a/lib/read_table_A.pl +++ b/lib/read_table_A.pl @@ -55,7 +55,7 @@ sub read_table_A { $other, $vcommand, $occupancy, $network, $password, $interface, $additional_code ); - my (@item_info) = split( ',\s*', $record ); + my (@item_info) = split( '\s*,\s*', $record ); my $type = uc shift @item_info; # -[ ZWave ]----------------------------------------------------------