OpenRemote

Send Push-Notifications by pushsafer.com to iOS, Android and Windows 10 devices out of OpenRemote

To send a message first you have to create a command:

XXXXXXXXXXXXXXXXXXX = need to be replaced by your private or alias key

  • Name: Pushsafer.Post
  • Protocol: HTTP
  • URL: http://www.pushsafer.com/api?k=XXXXXXXXXXXXXXXXXXX&t=OpenRemote&m=${param}
  • HTTP Method: POST

Now you can call the command in a rule. Note that the call uses ${param} to pass the message text from the rule.

rule "System start"
when eval(true)
then
  execute.command("Pushsafer.Post", "System start");
end

© 2016 - 2024 Pushsafer.com, All rights reserved.