> 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/fr/guide/devices-and-settings/device-specific-controls.md).

# Commandes spécifiques au traceur

Certains modèles d’appareils exposent des blocs supplémentaires qui configurent le matériel de l’appareil lui-même, plutôt que les règles côté plateforme. Ces blocs sont pilotés par le schéma : le modèle d’appareil détermine lesquels apparaissent et précisément quels champs ils affichent. Chaque bloc ci-dessous n’apparaît que sur le matériel pris en charge, et les champs et unités exacts varient selon le modèle.

<table data-view="cards"><thead><tr><th>Catégorie</th><th>Ce que cela couvre</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Anti-vol et sécurité</h4></td><td>Alarme de mouvement non autorisé, absence de mouvement, vibration, impact, garde et proximité.</td><td><a href="/pages/15419c82f96a45665fea104166a809994b888793">/pages/15419c82f96a45665fea104166a809994b888793</a></td></tr><tr><td><h4>Boutons et touches</h4></td><td>Boutons d’appel et SOS, touche d’arrêt et mots de passe de déverrouillage.</td><td><a href="/pages/87854a1ce03aa3a68c9f41952a2016768bb4c40f">/pages/87854a1ce03aa3a68c9f41952a2016768bb4c40f</a></td></tr><tr><td><h4>Gestion de l’alimentation</h4></td><td>Mode de charge de batterie et mode "veille" pour les appareils à batterie.</td><td><a href="/pages/f088e77d297b221ceced5319dbd6b88edddd6125">/pages/f088e77d297b221ceced5319dbd6b88edddd6125</a></td></tr><tr><td><h4>Capteurs externes</h4></td><td>Associez les canaux Bluetooth et de capteurs externes sur l’appareil.</td><td><a href="/pages/e557f1459543925bfd652ee3a782a555f7c1a289">/pages/e557f1459543925bfd652ee3a782a555f7c1a289</a></td></tr><tr><td><h4>Moteur et diagnostic</h4></td><td>Détection de l’état du moteur, données OBD et carburant côté appareil.</td><td><a href="/pages/ca7a47dec59dbe0fc59fdcb58fee5ffad9b61831">/pages/ca7a47dec59dbe0fc59fdcb58fee5ffad9b61831</a></td></tr><tr><td><h4>Autres commandes</h4></td><td>LED, canal SMS, Contact virtuel et envoi des trajets.</td><td><a href="/pages/b8722203e23952ccd692152b962eb15c91d1b67f">/pages/b8722203e23952ccd692152b962eb15c91d1b67f</a></td></tr></tbody></table>


---

# 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/fr/guide/devices-and-settings/device-specific-controls.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.
