Skip to content

Commit 8df28fe

Browse files
author
sgofferj
committed
remove coordinates from heartbeat
1 parent 6f2bffe commit 8df28fe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/functions.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ module.exports.heartbeatcot = (stale) => {
2323
},
2424
"point": {
2525
"_attributes": {
26-
"lat": "0.000000",
27-
"lon": "0.000000",
28-
"hae": "9999999.0",
26+
"lat": null,
27+
"lon": null,
28+
"hae": null,
2929
"ce": "9999999.0",
3030
"le": "9999999.0"
3131
}
@@ -42,7 +42,6 @@ module.exports.heartbeatcot = (stale) => {
4242
"contact": {
4343
"_attributes": {
4444
"callsign": myCallsign,
45-
"endpoint": "*:-1:stcp"
4645
}
4746
},
4847
"uid": { "_attributes": { "Droid": myCallsign } },

0 commit comments

Comments
 (0)