2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 18:56:03 +00:00

70_PushNotifier: repair set function (xusader)

git-svn-id: https://svn.fhem.de/fhem/trunk@7187 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
xusader 2014-12-11 12:29:11 +00:00
parent 2d1c865a46
commit 92040b0cd5

View File

@ -1,5 +1,5 @@
############################################### ###############################################
#$Id: 70_PushNotifier.pm 2014-11-14 10:00:00 xusader #$Id: 70_PushNotifier.pm 2014-12-11 13:28:00 xusader
# #
# download client-app http://pushnotifier.de/apps/ # download client-app http://pushnotifier.de/apps/
# create account http://pushnotifier.de/login/ # create account http://pushnotifier.de/login/
@ -81,7 +81,7 @@ PushNotifier_Set($@)
return "Unknown argument $cmd, choose one of " . join(" ", sort keys %sets); return "Unknown argument $cmd, choose one of " . join(" ", sort keys %sets);
} }
return PushNotifier_Send_Message($hash, @a); return PushNotifier_Send_Message($hash, , @a);
} }
##################################### #####################################
sub sub