Im
AI streaming message Packet
Added on v3.0
Defines the AI streaming message packet. This packet is sent by the device to the server to transmit AI-generated messages or data streams.
Example Usage
<Ts>UNIX;CHAT_ID;MESSAGE;CRC16</Ts>| Parameter | Type | Description | Example |
|---|---|---|---|
| UNIX | float | UNIX timestamps defined in seconds of the message | 1753306994 |
| CHAT_ID | string | The UUID that identifies the conversation | a4cd0570-5dbe-46bc-8d6d-d4f6b4de5faa |
| MESSAGE | string | The AI-generated message content | Hello, how can I assist you today? |
| CRC16 | integer | Cyclic Redundancy Check for error checking. | 1234 |