/config/display/fontset

The fontset to use for the display. Possible values are:

  • small: Smaller than the normal fontset, this is a lower quality fontset that can fit more text on the display.

  • normal: This fontset provides a good tradeoff between font quality and the amount of text that can fit on the display. This should work well for languages with relatively simple characters, such as English or French.

  • large: This fontset should work well for languages with more complex characters such as Korean or Chinese.

Note The value of this resource needs to be localized (translated) before presenting it to a user.

Get /config/display/fontset

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/display/fontset

SecurityApiKey
Request
Request Body schema: application/json
string (configDisplayFontset)

The fontset to use for the display. Possible values are:

  • small: Smaller than the normal fontset, this is a lower quality fontset that can fit more text on the display.

  • normal: This fontset provides a good tradeoff between font quality and the amount of text that can fit on the display. This should work well for languages with relatively simple characters, such as English or French.

  • large: This fontset should work well for languages with more complex characters such as Korean or Chinese.

Note The value of this resource needs to be localized (translated) before presenting it to a user.

Enum: "small" "normal" "large"
Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/display/fontset

SecurityApiKey
Request
Request Body schema: application/json
string (configDisplayFontset)

The fontset to use for the display. Possible values are:

  • small: Smaller than the normal fontset, this is a lower quality fontset that can fit more text on the display.

  • normal: This fontset provides a good tradeoff between font quality and the amount of text that can fit on the display. This should work well for languages with relatively simple characters, such as English or French.

  • large: This fontset should work well for languages with more complex characters such as Korean or Chinese.

Note The value of this resource needs to be localized (translated) before presenting it to a user.

Enum: "small" "normal" "large"
Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/display/fontset

Reset to normal.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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