Get
Function
This API is used to get parameter for Function > DoorBellConfig page.
Request Message
Sample:
POST /API/DoorBellConfig/Get
HTTP/1.1
{
"version": "1.0",
"data": {}
}
Response Message
Parameter Description
Table 1
Parameter | Range | Type | Description |
---|---|---|---|
use_mechanical_bell | bool | Whether to use mechanical bells |
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {
"use_mechanical_bell": false
}
}
Error Code
See Response Messages Body and Common error_code for more information.