set-screencast-voerlay-fade-out
Use the interface to set whether to fade out screencast overlays.
Request Mode
POST http://ip/mwapi/set-screencast-voerlay-fade-out
{
"screencastOverlayFadeOut": 4
}
Parameters |
Description |
screencastOverlayFadeOut |
FTB mode. 0: No FTB, 1: FTB in 5 seconds, 2: FTB in 10 seconds, 3: FTB in 20 seconds, 4: FTB in 30 seconds, 5: FTB in 1 minute |
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. |