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

98_TRAFFIC: v1.3.6, cosmetics, fixed perl warning on module load

git-svn-id: https://svn.fhem.de/fhem/trunk@16026 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jmike 2018-01-28 18:06:52 +00:00
parent 89bd59e84d
commit 98aa288aaa

View File

@ -44,6 +44,8 @@
# 2017-04-22 v1.3.2 stroke supports weight and opacity, minor fixes
# 2017-12-51 v1.3.3 catch JSON decode issue, addedn Dbog_splitFn, added reading summary, new attr GoogleMapsFixedMap, net attr alternatives, new reading alternatives, alternatives, lighter&thinner on map
# 2018-01-26 v1.3.4 fixed Dbog_splitFn, improved exception handling
# 2018-01-28 v1.3.5 fixed Dbog_splitFn again
# 2018-01-28 v1.3.6 removed perl warning on module load
#
##############################################################################
@ -66,12 +68,12 @@ sub TRAFFIC_Undef($$);
sub TRAFFIC_Set($@);
sub TRAFFIC_Attr(@);
sub TRAFFIC_GetUpdate($);
sub TRAFFIC_DbLog_split;
sub TRAFFIC_DbLog_split($);
my %TRcmds = (
'update' => 'noArg',
);
my $TRVersion = '1.3.5';
my $TRVersion = '1.3.6';
sub TRAFFIC_Initialize($){