Jimbo.Automates Posted March 1, 2022 Posted March 1, 2022 (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 March 1, 2022 by JimboAutomates 3
Recommended Posts