set-ssdp
Use this interface to set whether to enable UPNP.
HTTP Request
GET http://ip/usapi?method=set-ssdp&is-ssdp=1
Parameter | Description |
---|---|
method | set-ssdp |
is-ssdp | Indicates whether to enable UPNP. 0: disable 1: enable |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |