mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 01:14:19 +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;
|
package main;
|
||||||
|
|
||||||
use HttpUtils;
|
|
||||||
use utf8;
|
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
use JSON qw(decode_json encode_json);
|
||||||
|
use Time::HiRes qw(gettimeofday time);
|
||||||
|
use Time::Local;
|
||||||
|
|
||||||
|
use Encode;
|
||||||
use HttpUtils;
|
use HttpUtils;
|
||||||
use SetExtensions;
|
use SetExtensions;
|
||||||
use Encode;
|
|
||||||
use Unit;
|
use Unit;
|
||||||
use JSON qw(decode_json encode_json);
|
use utf8;
|
||||||
|
|
||||||
my %LaMetric2_sounds = (
|
my %LaMetric2_sounds = (
|
||||||
notifications => [
|
notifications => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user