/sys/net/homeplug/bridge/{idx}/speed/tx

The current estimated speed at which the meter can send data to this bridge device. This is reported as bits/second. On egauge2 devices, this member is unavailable.

Get /sys/net/homeplug/bridge/{idx}/speed/tx

SecurityApiKey
Request
path Parameters
idx
required
integer >= 0

The index of a HomePlug bridge device.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/net/homeplug/bridge/{idx}/speed/tx
Request samples
Response samples
application/json
{
  • "result": 9000000,
  • "error": "Error message (present if an error occurred)."
}