| Время | Координаты | Скорость | Питание | Зажигание |
|---|---|---|---|---|
| {{ formatDate(point.recorded_at) }} | {{ point.latitude.toFixed(6) }}, {{ point.longitude.toFixed(6) }} | {{ point.speed_kph }} км/ч | {{ valueText(point.external_voltage, 'V') }} | {{ boolText(point.ignition) }} |
| Время | Координаты | Скорость | Питание | Зажигание |
|---|---|---|---|---|
| {{ formatDate(point.recorded_at) }} | {{ point.latitude.toFixed(6) }}, {{ point.longitude.toFixed(6) }} | {{ point.speed_kph }} км/ч | {{ valueText(point.external_voltage, 'V') }} | {{ boolText(point.ignition) }} |
{{ cameraStatus }}