set-mirroring-passcode
Use the interface to set the password for screen mirroring.
Request Mode
POST http://ip/mwapi/set-mirroring-passcode
Parameter | Description |
---|---|
mirroringVerificationMode | The verification mode of screen mirroring 0: no verification 1: password 2: dynamic onscreen code |
mirroringPasscode | The password for screen mirroring |
{
"mirroringVerificationMode":1,
"mirroringPasscode":"123456"
}
Response Body
{
"message": "success",
"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. |