# getBlur

Description: get the status of the background blur function.

Request example:

{
    "method" : "getBlur",
    "requestId" : "1"
}

Response example:

{
    "method": "getBlur",
    "requestId" : "1",
    "enabled": false,
    "result": true
}

Parameter description:

  • enabled - background blur status flag, true - function activated

  • requestId - unique request identifier. More details can be found here

See also: