@tak-ps/node-cot 5.3.0 → 5.3.1
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/CHANGELOG.md +4 -0
- package/README.md +10 -9
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -115,12 +115,13 @@ The following list is a very incomplete list of "special" CoT types and behavior
|
|
|
115
115
|
| `u-d-f` | LineString or Polygon |
|
|
116
116
|
| `u-d-r` | 4 Cornered Rectangle |
|
|
117
117
|
| `b-a-o-tbl` | 911 Alert |
|
|
118
|
-
| `b-a-o-can` | Cancel
|
|
119
|
-
| `b-a-g` | GeoFenceBreach
|
|
120
|
-
| `b-a-o-pan` | RingTheBell
|
|
121
|
-
| `b-a-o-opn` | TroopsInContact
|
|
122
|
-
| `b-t-f` | Chat
|
|
123
|
-
| `b-t-f-d` | Chat delivery receipt
|
|
124
|
-
| `b-t-f-r` | Chat read receipt
|
|
125
|
-
| `b-t-f-p` | Chat pending receipt
|
|
126
|
-
| `b-t-f-s` | Chat delivery failure
|
|
118
|
+
| `b-a-o-can` | Cancel |
|
|
119
|
+
| `b-a-g` | GeoFenceBreach |
|
|
120
|
+
| `b-a-o-pan` | RingTheBell |
|
|
121
|
+
| `b-a-o-opn` | TroopsInContact |
|
|
122
|
+
| `b-t-f` | Chat |
|
|
123
|
+
| `b-t-f-d` | Chat delivery receipt |
|
|
124
|
+
| `b-t-f-r` | Chat read receipt |
|
|
125
|
+
| `b-t-f-p` | Chat pending receipt |
|
|
126
|
+
| `b-t-f-s` | Chat delivery failure |
|
|
127
|
+
| `t-x-m-c-l` | Mission Change Notification |
|
package/dist/package.json
CHANGED
package/package.json
CHANGED