Scan Network for Roku Devices
scan_devicesDiscover Roku devices on your local network using SSDP multicast and optional subnet sweep. Identify unknown devices for connection.
Instructions
Discover Roku devices on the local network via SSDP (multicast) and, optionally, a subnet HTTP sweep. Read-only; does not connect devices — follow up with connect_device to open a tab. Use this to FIND unknown devices; to list devices Dev Studio already knows (connected / remembered) without a network scan, use list_devices instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | Overall SSDP discovery window in milliseconds (default 4000). Does not affect the per-host subnet sweep timeout. | |
| includeSubnetScan | No | Also sweep the local /24 subnet over HTTP to catch devices that did not answer SSDP multicast (slower, more thorough). Default false. |