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

The access-mode of the register. It must be one of:

  • ro: read-only
  • rw: read-write

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

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