
## General - Find Machine

### Function Introduction
After sending the DP to find the machine, the device will perform a voice broadcast reminder.

### DP Protocol
 **DP Code** | **Required** | **Function Point Name** | **Data Type**  | **Data Transmission Type**   | **Remarks**               
-------------|----------|-----------|-----------|--------------|----------------------
 seek  | Optional       | Find Machine   | Boolean (Bool) | Read/Write (rw) | --

### Device Interaction Process
```mermaid
sequenceDiagram
 rect rgb(191, 223, 255)
note right of Panel: Find machine
    Panel->>Device: Notify device to find machine/seek: true
    Device-->>Panel: Respond to panel seek DP point update/seek: true
    Device->>Device: Voice broadcast
end
```

### Notes
- [Device Voice Related API](/en/miniapp/solution-ai/ability/sweeper-solution/robot-vacuum-laser/ability-set/cloud)