Speedtest

async OPNsenseClient.get_speedtest()

Return normalized speedtest summary payload for sensors.

Returns:

Normalized data returned by the related OPNsense endpoint.

Return type:

dict[str, Any]

async OPNsenseClient.run_speedtest()

Run speedtest and return the endpoint response payload.

Returns:

Mapping containing normalized fields for downstream use.

Return type:

dict[str, Any]