We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2bffe commit 8df28feCopy full SHA for 8df28fe
lib/functions.js
@@ -23,9 +23,9 @@ module.exports.heartbeatcot = (stale) => {
23
},
24
"point": {
25
"_attributes": {
26
- "lat": "0.000000",
27
- "lon": "0.000000",
28
- "hae": "9999999.0",
+ "lat": null,
+ "lon": null,
+ "hae": null,
29
"ce": "9999999.0",
30
"le": "9999999.0"
31
}
@@ -42,7 +42,6 @@ module.exports.heartbeatcot = (stale) => {
42
"contact": {
43
44
"callsign": myCallsign,
45
- "endpoint": "*:-1:stcp"
46
47
48
"uid": { "_attributes": { "Droid": myCallsign } },
0 commit comments