Telnet Console: Disconnect
telnet_disconnectRelease the Roku debug console (TCP 8085) so other tools can attach or to halt log accumulation. Idempotent; returns already-closed when no session is open.
Instructions
Close the BrightScript debug console (TCP 8085) for the targeted device, mirroring the Disconnect button. Idempotent: returns { connected: false, already: true } when no session is open. Use this to release the 8085 socket so another tool can attach, or to stop log accumulation. Closing the socket is a side effect, so this is not read-only; idempotent — already-closed returns { already: true }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Optional target device (IP or serial). Omit to use the focused tab. |