| Время | Координаты | Скорость | Питание | Зажигание |
|---|---|---|---|---|
| {{ 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 }}
{{ cameraMessage }}
| Название | Госномер | Лимит | GPS модули | Статус | |
|---|---|---|---|---|---|
|
{{ device.imei }}
нет
|
{{ item.vehicle.is_active ? 'активна' : 'отключена' }} |
| IMEI | Модель | Машина | Последняя связь | Статус | |
|---|---|---|---|---|---|
| {{ formatDate(device.last_seen_at) }} | {{ device.is_active ? 'активен' : 'отключен' }} |
{{ adminMessage }}
Live
{{ cameraMessage }}