Store PTZ Preset
1. API Description
Store PTZ preset position.
Request mode: POST [ip]/api/ptz/preset/store
| Administrator Rights | Login Authentication |
|---|---|
| No | Yes |
2. Input Parameters
| Parameter | Type | Description |
|---|---|---|
| number | Int | Preset number, valid range [1,255] |
3. Output Parameters
| Parameter | Type | Description |
|---|---|---|
| status | Int | Status code |
4. Example
Store to preset position 1
Input Example
{
"number": 1
}
Output Example
{
"status": 0
}