> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/id/guide/events-and-notifications/device-power/external-power-cut.md).

# Daya eksternal dipotong

Laporan **Daya eksternal dipotong** Aturan ini dirancang untuk perangkat GPS kendaraan berkabel yang bergantung pada sistem kelistrikan kendaraan. Aturan ini sangat penting untuk Armada, karena memantau suplai daya ke perangkat GPS dan memberi tahu pengguna saat daya eksternal terputus.

Saat mendeteksi pemutusan daya, perangkat GPS secara otomatis beralih ke baterai internalnya (jika tersedia) untuk mempertahankan fungsi dan melaporkan ke platform Navixy. Platform mencatat peristiwa ini dan memberi tahu pengguna sesuai dengan pengaturan aturan.

## Pengaturan aturan

Aturan ini sepenuhnya bergantung pada kemampuan dan konfigurasi perangkat keras perangkat tersebut. Tidak ada pengaturan khusus yang perlu dikonfigurasi di dalam aturan itu sendiri.

Untuk pengaturan umum, lihat [Aturan dan Aturan peringatan](/docs/user/id/guide/events-and-notifications.md).

## Detail operasi sistem

* **Pengatur waktu reset.** Laporan **Daya eksternal dipotong** Aturan peringatan memiliki timer pengaturan ulang selama 5 menit, yang berarti peringatan tidak dipicu lebih sering daripada sekali setiap 5 menit. Jika suatu peristiwa terjadi selama periode pengaturan ulang, peristiwa tersebut diabaikan oleh platform dan tidak disertakan dalam Laporan.
* **Peristiwa yang terdeteksi oleh perangkat.** Peristiwa ini dipicu langsung oleh perangkat berdasarkan konfigurasinya. Perangkat Anda dan konfigurasinya harus mendukung fungsi ini untuk menggunakan aturan.
* **Peringatan peristiwa independen GPS.** Platform mencatat dan menampilkan peristiwa tersebut bahkan jika diterima dalam pesan tanpa koordinat yang valid, sehingga pengguna tetap mendapat informasi terlepas dari lokasi peristiwa. Pengaturan Dalam/Luar untuk geofence diabaikan dalam kasus seperti itu, karena platform memprioritaskan penayangan peristiwa yang berpotensi kritis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/id/guide/events-and-notifications/device-power/external-power-cut.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
