/sys/modbus/client/map/{name}/reg/{idx}/addr

The Modbus address of the register.

Get /sys/modbus/client/map/{name}/reg/{idx}/addr

SecurityApiKey
Request
path Parameters
name
required
string

The name of a system Modbus map (read-only).

Example: egauge_prm3
idx
required
string

The index of a Modbus map register.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/modbus/client/map/{name}/reg/{idx}/addr
Request samples
Response samples
application/json
{
  • "result": 65535,
  • "error": "Error message (present if an error occurred)."
}