{# templates/location/_gps_module.html.twig #} {# Modulo GPS per visualizzare e controllare il GPS del modem SIM7600 #} {# Parametri: macchina (entity), deviceId (string), lastGps (array|null) #}
{# Connection Status Banner #}
{{ 'Checking connection...'|trans }}
{# Left Column - GPS Status & Controls #}

{{ 'GPS Status'|trans }}

{{ 'OFF'|trans }} {{ 'No Fix'|trans }}
0 {{ 'Satellites'|trans }}
{# GPS Position Info #}

{{ 'Position'|trans }}

{{ 'Latitude'|trans }}: --
{{ 'Longitude'|trans }}: --
{{ 'Altitude'|trans }}: -- m
{{ 'Speed'|trans }}: -- km/h
{{ 'Course'|trans }}: --°
{{ 'Last Update'|trans }}: --
{# Tracking Settings #}

{{ 'Tracking'|trans }}

{{ 'Track points only if movement exceeds this distance'|trans }}
{# Right Column - Map #}

{{ 'Map'|trans }}

{# Error/Message Toast #}