2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

55_bshGezeiten.pm:

git-svn-id: https://svn.fhem.de/fhem/trunk@15624 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-12-16 20:59:29 +00:00
parent 785bc68f61
commit cbb3429ee1

View File

@ -62,6 +62,7 @@ sub _bsh_pegel_cb($){
sub _bsh_decode($$) { sub _bsh_decode($$) {
my ($hash,$content) = @_; my ($hash,$content) = @_;
my $name = $hash->{NAME};
my $tree= HTML::TreeBuilder::XPath->new; my $tree= HTML::TreeBuilder::XPath->new;
$tree->parse($content); $tree->parse($content);