mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
70_LaMetric2: fix missing Time:: module
git-svn-id: https://svn.fhem.de/fhem/trunk@18388 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
87df81fb57
commit
a33cd993f0
@ -27,14 +27,16 @@
|
||||
|
||||
package main;
|
||||
|
||||
use HttpUtils;
|
||||
use utf8;
|
||||
use Data::Dumper;
|
||||
use JSON qw(decode_json encode_json);
|
||||
use Time::HiRes qw(gettimeofday time);
|
||||
use Time::Local;
|
||||
|
||||
use Encode;
|
||||
use HttpUtils;
|
||||
use SetExtensions;
|
||||
use Encode;
|
||||
use Unit;
|
||||
use JSON qw(decode_json encode_json);
|
||||
use utf8;
|
||||
|
||||
my %LaMetric2_sounds = (
|
||||
notifications => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user