2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

97_TrashCal.pm: changed to new format

git-svn-id: https://svn.fhem.de/fhem/trunk@18014 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Tobias.Faust 2018-12-20 16:04:04 +00:00
parent e1659ab007
commit 6dc5669b97
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- bugfix: 97_TrashCal: changed to new format
- bugfix: 42_AptToDate: fix state reading after getDistribution
- feature: 49_SSCam: tooltip hints in camera devices, commandref revised
- feature: 36_WMBUS: new attribute ignoreUnknownDataBlocks

View File

@ -26,7 +26,7 @@
package MyTrashCalParser;
use base qw(HTML::Parser);
our %dates = ();
my $lookupTag = "td";
my $lookupTag = "div";
my $curTag = "";
my $category = "--";