node-red-contrib-tak-registration 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,12 +18,12 @@ Usage
18
18
 
19
19
  Registers a TAK gateway node and sets up a heartbeat.
20
20
 
21
- Works in conjunction with a TCP request node, set to point to the TAK server tcp address and port
22
- (usually 8087 or 8089), set to return strings, <i>keep connection open</i> mode, and split on "&lt;event/&gt;".
21
+ Must be used in conjunction with a TCP request node, set to point to the TAK server tcp address and port
22
+ (usually 8087 or 8089), set to return strings, <i>keep connection open</i> mode, and split on "&lt;/event&gt;".
23
23
 
24
24
  It can also accepts files to be sent to the TAK server by sending a msg as follows:
25
25
 
26
- ### Inputs
26
+ ### Input properties required
27
27
 
28
28
  - **sendTo** - *string|array* - can either be an individual TAK callsign, an array of callsigns, or **broadcast**
29
29
  to send to all users, or **public** to just upload the package to the TAK server.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "node-red-contrib-tak-registration",
3
- "version" : "0.1.1",
3
+ "version" : "0.1.2",
4
4
  "description" : "A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK",
5
5
  "dependencies" : {
6
6
  "adm-zip": "^0.5.9",
@@ -90,8 +90,8 @@
90
90
 
91
91
  <script type="text/html" data-help-name="tak registration">
92
92
  <p>Registers a TAK gateway node and sets up a heartbeat.</p>
93
- <p>Works in conjunction with a TCP request node, set to point to the TAK server tcp address and port
94
- (usually 8087 or 8089), set to return strings, <i>keep connection open</i> mode, and split on <code>&lt;event/&gt;</code>.</p>
93
+ <p>This node must be used in conjunction with a TCP request node, set to point to the TAK server tcp address and port
94
+ (usually 8087 or 8089), set to return strings, <i>keep connection open</i> mode, and split on <code>&lt;/event&gt;</code>.</p>
95
95
  <p>It can also accepts files to be sent to the TAK server by sending a msg as follows:</p>
96
96
  <h3>Inputs</h3>
97
97
  <dl class="message-properties">