/config/register/physical/{reg}/dev

The name of the device that is the source of the register values. The name local indicates that the meter itself measures or calculates the value. Any other value is a reference to the remote device of the same name defined at /config/remote.

Get /config/register/physical/{reg}/dev

SecurityApiKey
Request
path Parameters
reg
required
string
Responses
200

Normal response.

401

Unauthorized response.

get/config/register/physical/{reg}/dev
Request samples
Response samples
application/json
{
  • "result": "local",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/register/physical/{reg}/dev

SecurityApiKey
Request
path Parameters
reg
required
string
Request Body schema: application/json
string (configRegisterPhysicalRegDev)

The name of the device that is the source of the register values. The name local indicates that the meter itself measures or calculates the value. Any other value is a reference to the remote device of the same name defined at /config/remote.

Responses
200

Normal response.

401

Unauthorized response.

put/config/register/physical/{reg}/dev
Request samples
application/json
"local"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/register/physical/{reg}/dev

SecurityApiKey
Request
path Parameters
reg
required
string
Request Body schema: application/json
string (configRegisterPhysicalRegDev)

The name of the device that is the source of the register values. The name local indicates that the meter itself measures or calculates the value. Any other value is a reference to the remote device of the same name defined at /config/remote.

Responses
200

Normal response.

401

Unauthorized response.

post/config/register/physical/{reg}/dev
Request samples
application/json
"local"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/register/physical/{reg}/dev

Reset to local.

SecurityApiKey
Request
path Parameters
reg
required
string
Responses
200

Normal response.

401

Unauthorized response.

delete/config/register/physical/{reg}/dev
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}