actionByIndex
Use the interface to display/undisplay GFX by index.
Request Mode
POST/GET http://ip/V1.0/gfx/actionByIndex?index=1&on=true
Request Data
Parameter | Type | Description |
---|---|---|
index | Int | The position of GFX in the list, which can be 1, 2... |
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. |