/config/display/orientation

The angle in degrees by which the orientation of the display should be rotated in the counterclockwise direction. An angle of 0 degree results in the display being aligned with the label on the meter. The value of this resource is rounded to an integer multiple of 90 degrees.

Get /config/display/orientation

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/display/orientation

SecurityApiKey
Request
Request Body schema: application/json
integer (configDisplayOrientation) [ 0 .. 359 ]

The angle in degrees by which the orientation of the display should be rotated in the counterclockwise direction. An angle of 0 degree results in the display being aligned with the label on the meter. The value of this resource is rounded to an integer multiple of 90 degrees.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/display/orientation

SecurityApiKey
Request
Request Body schema: application/json
integer (configDisplayOrientation) [ 0 .. 359 ]

The angle in degrees by which the orientation of the display should be rotated in the counterclockwise direction. An angle of 0 degree results in the display being aligned with the label on the meter. The value of this resource is rounded to an integer multiple of 90 degrees.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/display/orientation

Reset to 0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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