Jump to content

New IoP release makes it easier to share Network resources.


Recommended Posts

Posted (edited)

This release brings a big change that makes using the REST option for the Notification Nodeserver much easer:

The addition of:

- Network resources malformed when using URL encoding. Follow these instructions
${sys.node.#.name:url}  - URL encodes the resulting string
${sys.node.#.name:std} -  Does standard formatting (as done currently)
${sys.node.#.name} – Does default formatting (currently same as using “:std”)

Now allows to create a Notification where the subject contains any node or program name, so you can use this in the path:

/send?node=po_dev&monospace=1&device=2&Subject=node:${sys.node.#.name:url}+program:${sys.program.#.name:url}

Even when the program contains spaces or other characters that would cause problems.  Now one network resource can be used for multiple notifications with different subjects

- Jim

 

Edited by JimboAutomates
  • Like 3
Guest
This topic is now closed to further replies.

×
×
  • Create New...