mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
added use HttpUtils;
git-svn-id: https://svn.fhem.de/fhem/trunk@2138 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c84a8a1faa
commit
4ab439fb3d
@ -28,6 +28,7 @@ package main;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Time::HiRes qw(gettimeofday);
|
use Time::HiRes qw(gettimeofday);
|
||||||
|
use HttpUtils;
|
||||||
|
|
||||||
#
|
#
|
||||||
# uses the Yahoo! Weather API: http://developer.yahoo.com/weather/
|
# uses the Yahoo! Weather API: http://developer.yahoo.com/weather/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user