# On_logoImageChanged
Description
The notification indicating that the logo was changed
EventHandler<string> On_logoImageChanged
Response example
{
"event": "logoImageChanged",
"method": "event",
"isCustomImage": true,
"fileId": 13222992,
"mode": 1
}
Response Parameters
Name | Description |
---|---|
isCustomImage | A flag indicating if a custom image is used as a logo |
fileId | The unique identifier of a logo file on the built-in HTTP server (optional field) |
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 |
See also