# getLogo
Description
Get information about the current logo
void getLogo()
Response example
{
"method": "getLogo",
"requestId" : "1",
"isCustomImage": false,
"result": true
}
{
"method": "getLogo",
"requestId" : "1",
"isCustomImage": true,
"mode": 1,
"fileId": 13222992,
"result": true
}
Response Parameters
Name | Description |
---|---|
isCustomImage | A flag indicating if a custom image is used as a logo |
fileId | The unique identifier of a file on the built-in HTTP server (this field is optional) |
mode | The logo display mode. The field may be absent. The following values are possible: • 0 - The logo is scaled to fit the area sized at 440x82 in the lower left corner • 1 - The logo is displayed without scaling |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also