actionByName
Use the interface to display/undisplay GFX by name.
Request Mode
POST/GET http://ip/V1.0/gfx/actionByName?name=clock&on=true
Request Data
Parameter | Type | Description |
---|---|---|
name | String | The name of GFX |
on | Bool | Whether to apply the GFX to the composite image. True: Apply, False: Not apply. Non-essential parameter. Without this parameter, the device automatically displays or undisplays the GFX. |