Skip to content

Commit

Permalink
#212 #211 #210 #209 Fixed missing scope
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-morrison committed May 20, 2020
1 parent aa271d5 commit 5bb1101
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FHEM/59_Buienradar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@ sub timediff2str {
return;
}

Readonly my $SECONDS_IN_MINUTE => 60;
Readonly my $MINUTES_IN_HOUR => 60;
Readonly my $HOURS_IN_DAY => 24;

return (
wantarray
Expand Down

0 comments on commit 5bb1101

Please sign in to comment.