# アクト

### データフォーマット

```
:FEAA008201015A00000000B7000F424154310F0CEE000B03FF03FF03FF92
​ ^1^2^3^^^^^^^4^^^^^^^5^6^^^7^^^^^^^^^^^^^^^^^^^^^^^^^^^^^8^9
```

| 番号 | バイト数 | 意味           | データ例                           | 内容                 | 備考                               |
| -- | ---- | ------------ | ------------------------------ | ------------------ | -------------------------------- |
| 1  | 1    | 送信元の論理デバイスID | FE                             | 送信元の論理デバイスIDは0xFE  |                                  |
| 2  | 1    | コマンド種別       | AA                             | アクトのパケット           | 0xAA固定                           |
| 3  | 1    | 応答ID         | 00                             |                    | 任意の0x00～0x7Fの値                   |
| 4  | 4    | 送信元のシリアルID   | 8201015A                       | 送信元のシリアルIDは201015A |                                  |
| 5  | 4    | 送信先のシリアルID   | 00000000                       |                    | 00000000のときは論理デバイスIDを指定して送信している。 |
| 6  | 1    | LQI          | B7                             | 183                | 0が最小で255が最大                      |
| 7  | 2    | データのバイト数     | 000F                           | 15バイト              |                                  |
| 8  | N    | データ          | 424154310F0CEE000B03FF03FF03FF | ​                  |                                  |
| 9  | 1    | チェックサム       | 92                             |                    | ​                                |


---

# 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://wings.twelite.info/how-to-use/parent-mode/receive-message/act.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.
