set-net-access
Use the interface to configure network service, and only the Administrator has the right.
HTTP Request
GET http://ip/mwapi?method=set-net-access&use-ssdp=true&use-https=false
| Parameter | Description | 
| method | set-net-access | 
| use-ssdp | True indicates the SSDP service is enabled, otherwise it is false. | 
| use-https | Tre indicates the HTTPS is enabled, otherwise it is false. | 
Response Body
{
  "status": 0,
}
| Name | Description | 
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |