2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00

Pushsafer: fix missing URL statement (Forum: #59004)

git-svn-id: https://svn.fhem.de/fhem/trunk@12357 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2016-10-16 22:31:57 +00:00
parent 486f946524
commit 1939beab2d

View File

@ -75,6 +75,7 @@ sub Pushsafer_Define($$)
return "invalid private key: ".$privatekey if ($privatekey !~ /^[a-z\d]{20}$/i);
$hash->{PrivateKey} = $privatekey;
$hash->{helper}{URL} = "https://www.pushsafer.com/api";
Log3 $hash, 4, "Pushsafer ($name) - defined with private key: ".$privatekey;