Live demo — data resets daily at 03:00 UTC. Nothing you enter is saved. Server UI →

Connection

Check whether the API is connected to the hardware manager.

Methods

Method Returns Description
get_status() ConnectionStatusDto Check the hardware manager connection state.

Example

status = client.connection.get_status()
if status.is_connected:
    print("Connected to hardware manager")
else:
    print("Not connected:", status.last_error)

Response Model

ConnectionStatusDto:

Field Type Description
is_connected bool True if the API is connected to the hardware manager
last_error str or None Last error message, if any
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.