pixoo_discover_devices
pixoo_discover_devicesFind Pixoo devices on your local network and retrieve their IPs for initial server configuration. Queries Divoom's cloud discovery to enable subsequent device control.
Instructions
Find Pixoo devices on the local network via Divoom's cloud discovery endpoint (requires internet — queries app.divoom-gz.com). Run once during initial setup to find device IPs; set PIXOO_IP in server configuration to enable all other tools. For ongoing device control use pixoo_control_device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | Discovery timeout in milliseconds (default: 5000ms). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| notice | No | Recovery hint when no devices found or IP mismatch. | |
| devices | No | Discovered Pixoo devices on the local network. | |
| configuredIp | No | Currently configured PIXOO_IP value (absent if not set). | |
| configuredIpFound | No | True if PIXOO_IP matches a discovered device; false signals an IP mismatch. Absent when PIXOO_IP is not set. |