# 名词解释

本节主要介绍IoT 中相关的名词解释。

| 名词     | 解释                                                                                                     |
| ------ | ------------------------------------------------------------------------------------------------------ |
| 访问令牌   | 物联网平台为每个设备颁发的全局唯一的访问令牌，在设备与平台建议连接访问时需要传递使用，设备秘钥，用于设备注册，该参数很重要，需要您保管好，不能泄露。                             |
| 设备     | 归属于某个产品下的具体设备。拥有唯一的DeviceId。设备可以直接连接物联网平台，也可以作为子设备通过网关连接物联网平台。                                         |
| 设备类型   | 不同终端业务类别的区分编码。                                                                                         |
| 网关     | 能够直接连接物联网平台的设备，且具有子设备管理功能，能够代理子设备连接云端。                                                                 |
| 终端子设备  | 本质上也是设备。终端子设备不能直接连接物联网平台，只能通过网关连接。                                                                     |
| 中继设备   | 无法直接连接物联网平台的设备，但拥有子设备管理功能，只能通过网关连接。                                                                    |
| 普通设备   | 本质上也是设备。可以直接连接物联网平台，且不能挂载子设备。                                                                          |
| 发布     | 操作Topic的权限类型，对应的英文名称为Pub。可以往此类Topic中发布消息。                                                              |
| 订阅     | 操作Topic的权限类型，对应的英文名称为Sub。可以从此类Topic中订阅消息。                                                              |
| 数据解析脚本 | 对采用自定义数据格式的设备，通过编写数据解析脚本，可以将设备上报的数据，转换为服务端支持的 YunJSON数据格式。另一方面解析脚本可以将服务端下发的DDA  JSON格式数据，转换为设备支持的数据格式。 |
| 上下行数据  | 设备和服务端通信的所有数据，包括原始数据、编解码数据、服务端响应数据。                                                                    |
| 规则引擎   | 通过创建、配置规则，以实现数据流转与处理。                                                                                  |
| 服务端订阅  | 一种快捷的消息流转订阅模式，可选择数据上报通知、数据变化通知、控制响应通知、设备上下线通知。                                                         |
| 设备UUID | 物联网平台颁发的产品唯一标识码。                                                                                       |
| Topic  | 每个设备唯一，是发布（Pub）/订阅（Sub）消息的传输中介。可以向Topic发布或者订阅消息。                                                       |


---

# 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://doc.yuncitys.com/ping-tai-jie-shao/ming-ci-jie-shi.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.
