changed pushbullet's device identity parameter from device_iden to target_device_iden.

Signed-off-by: jesopo <github@lolnerd.net>
This commit is contained in:
jesopo 2016-02-18 15:38:43 +00:00
parent 717a2b1741
commit 8a5b59058a
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class CPushMod : public CModule
if (options["target"] != "") if (options["target"] != "")
{ {
params["device_iden"] = options["target"]; params["target_device_iden"] = options["target"];
} }
if (message_uri == "") if (message_uri == "")