mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
73_GasCalculator: Bugfix - use Time::Local
git-svn-id: https://svn.fhem.de/fhem/trunk@23662 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e0fdf67252
commit
6c283914dc
@ -46,6 +46,7 @@ use strict;
|
||||
use warnings;
|
||||
my %GasCalculator_gets;
|
||||
my %GasCalculator_sets;
|
||||
use Time::Local;
|
||||
use FHEM::Meta;
|
||||
|
||||
###START###### Initialize module ##############################################################################START####
|
||||
|
Loading…
Reference in New Issue
Block a user