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

The name of the register. The user can choose this name freely so long as each register within a map has a unique name.

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

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}/name
Request samples
Response samples
application/json
{
  • "result": "irradiance",
  • "error": "Error message (present if an error occurred)."
}