Me ({{ config.callsign }})
UID: {{ config.uid }}
Team: {{ config.team }}, Role:{{ config.role }}
coords: {{ printCoords(config.lat, config.lon) }} ({{ distBea(latlng(config.lat, config.lon), coords) }} to cursor)
Tools
RedX: {{ printCoordsll(getTool('redx').getLatLng()) }} X
DP1: {{ printCoordsll(getTool('dp1').getLatLng()) }} X
cursor: {{ printCoordsll(coords) }} ({{ distBea(getTool('redx').getLatLng(), coords) }} from RedX)
{{ current_unit.name() }} ({{ current_unit.unit.status }})
UID: {{ current_unit.uid }}
Team: {{ current_unit.unit.team }}, Role: {{ current_unit.unit.role }}
Type: {{ current_unit.unit.type }} SIDC: {{ current_unit.unit.sidc }}
coords: {{ printCoords(current_unit.unit.lat, current_unit.unit.lon) }} ({{ distBea(current_unit.latlng(), coords) }} to cursor)
speed: {{ sp(current_unit.unit.speed) }} km/h, hae: {{ current_unit.unit.hae.toFixed(1) }}
ver: {{ current_unit.unit.tak_version }}
{{ current_unit.unit.device }}
battery: {{ current_unit.unit.battery }}
parent: {{ current_unit.unit.parent_uid }} ({{ current_unit.unit.parent_callsign }})
time: {{ dt(current_unit.unit.start_time) }} stale:{{ dt(current_unit.unit.stale_time) }}
last seen: {{ dt(current_unit.unit.last_seen) }}
{{ current_unit.unit.text }}