# 车机属性

> 专业级车辆属性调试工具

这是一个面向开发者和极客用户的专业调试工具，允许您直接查看和修改车辆底层的属性值（CarProperty）。

> \[!WARNING] **高风险功能**：此功能直接与车辆底层通信，错误的修改可能导致车辆功能异常。请仅在您完全了解自己在做什么的情况下使用。

## 功能入口

* **入口**: 首页 -> 实用工具 -> 车机属性
* **图标**:&#x20;

## 功能介绍

车辆的各种状态（如车速、档位、温度）在底层都是以"属性（Property）"的形式存在的。此工具可以让您直接读写这些属性。

## 主要功能说明

### 1. 属性列表 (左侧)

* **浏览**: 列出系统支持的所有车辆属性。
* **搜索**: 支持通过属性 ID、名称或关键字进行搜索。
* **订阅**: 点击"眼睛"图标订阅属性，订阅后属性值的变化将实时更新。
* **悬浮窗**: 开启悬浮窗后，可以在其他应用界面上实时监控已订阅的属性值。

### 2. 属性详情与操作 (右侧)

选中某个属性后，右侧显示详细信息：

* **基本信息**: 显示属性的 ID、名称、访问权限（读/写）、数据类型等。
* **读写操作**:
  * **读取 (Read)**: 获取当前属性值。
  * **写入 (Write)**: 向属性写入新的值（仅限可写属性）。
* **历史记录**: 显示该属性值的历史变化曲线或日志。

### 3. 使用场景示例

* **开发调试**: 验证车辆信号是否正常上报。
* **功能探索**: 发现车辆隐藏的未开放功能。


---

# Agent Instructions: 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:

```
GET https://zero-7.gitbook.io/netamade/ne-zha-mei-shi/xi-tong-gong-ju/che-ji-shu-xing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
