set-volume-config
Use the interface to set volume.
Request Mode
POST http://ip/mwapi/set-volume-config
Parameter | Description |
---|---|
id | Set the target |
db | The volume level, (-100 - 0) dB |
mute | Set to mute |
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. |