App Connector: Connect
app_connector_connectOpen a RALE session with the device's running Dev App to establish the connection early. Use it to pre-warm the session or catch connection errors before issuing commands.
Instructions
Open a RALE / App Connector session against the device's running Dev App. Mutates session state (establishes a connection), so it is not read-only; idempotent — reconnecting an open session is a no-op. You rarely need to call this explicitly: rale_command, app_function, and rale_get_node_by_id auto-connect on demand. Use it only to pre-warm the session or surface connection errors early.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Optional target device (IP or serial). Omit to use the focused Dev Studio tab. |