pixoo_discover_devices
pixoo_discover_devicesFind Pixoo device IPs on your local network via Divoom's cloud discovery endpoint for initial server configuration.
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 |
|---|---|---|---|
| devices | Yes | 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. | |
| notice | No | Recovery hint when no devices found or IP mismatch. |