get-tally
Use the interface to check whether the custom tally is enabled with administrative rights.
HTTP Request
GET http://ip/mwapi?method=get-tally
Parameter |
Description |
method |
get-tally |
Response Body
{
"status": 0,
"ext-tally": false
}
Name |
Description |
status |
0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
ext-tally |
Indicates whether to enable "User customized tally lights". If enabled, it shows true; otherwise, it is false. |