Set
Function
This API is used to set parameter for AI > Setup > Rare Sound Detection page.
Request Message
See AI > Setup > Rare Sound Detection > Range > Parameter Description > Table 2for parameter description.
Sample:
POST /API/AI/Setup/RSD/Set
HTTP/1.1
{
"version": "1.0",
"data": {
"channel_info": {"CH1": {
"status": "Online",
"switch": false,
"sensitivity": 60,
"detection_type": ["Baby Crying Sound"],
"chn_index": "CH1",
"page": "chn_pid",
"curPage": "chn_ai_rsd"
}},
"page_type": "ChannelConfig"
}
}
Response Message
none.
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result":"success",
"data":{}
}
Error Code
See Response Messages Body and Common error_code for more information.