/config/display/screen/registers/{name}

Specifies how the named register is to be displayed. The following characters may appear in this string:

  • i: The instantaneous (rate of change) value of the register should be displayed.

  • c: The accumulated (cumulative) value of the register should be displayed.

Note that an empty string imples that the register is not displayed at all

For the special keyword .default, this establishes how registers should be displayed that are not mentioned otherwise.

Get /config/display/screen/registers/{name}

SecurityApiKey
Request
path Parameters
name
required
string

The name of a register or the special keyword .default.

Example: Solar
Responses
200

Normal response.

401

Unauthorized response.

get/config/display/screen/registers/{name}
Request samples
Response samples
application/json
{
  • "result": "ic",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/display/screen/registers/{name}

SecurityApiKey
Request
path Parameters
name
required
string

The name of a register or the special keyword .default.

Example: Solar
Request Body schema: application/json
string (configDisplayScreenRegistersName)

Specifies how the named register is to be displayed. The following characters may appear in this string:

  • i: The instantaneous (rate of change) value of the register should be displayed.

  • c: The accumulated (cumulative) value of the register should be displayed.

Note that an empty string imples that the register is not displayed at all

For the special keyword .default, this establishes how registers should be displayed that are not mentioned otherwise.

Responses
200

Normal response.

401

Unauthorized response.

put/config/display/screen/registers/{name}
Request samples
application/json
"ic"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/display/screen/registers/{name}

SecurityApiKey
Request
path Parameters
name
required
string

The name of a register or the special keyword .default.

Example: Solar
Request Body schema: application/json
string (configDisplayScreenRegistersName)

Specifies how the named register is to be displayed. The following characters may appear in this string:

  • i: The instantaneous (rate of change) value of the register should be displayed.

  • c: The accumulated (cumulative) value of the register should be displayed.

Note that an empty string imples that the register is not displayed at all

For the special keyword .default, this establishes how registers should be displayed that are not mentioned otherwise.

Responses
200

Normal response.

401

Unauthorized response.

post/config/display/screen/registers/{name}
Request samples
application/json
"ic"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/display/screen/registers/{name}

Remove this register from the screen.

SecurityApiKey
Request
path Parameters
name
required
string

The name of a register or the special keyword .default.

Example: Solar
Responses
200

Normal response.

401

Unauthorized response.

delete/config/display/screen/registers/{name}
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}