Sets the device startup event preset
POST /v1/eventpreset/startupevent/{deviceState}/{eventPresetID}
Summary
Sets the device startup event preset.
Details
Startup presets must target a single device.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| eventPresetID | path | integer (int64) | Yes | The event preset ID to apply as the startup preset. | 1 |
| deviceState | path | string | Yes | The device startup mode. Accepted values are "online" and "standalone". | Example value |
Request Body
No request body is documented here.
Responses
200
Success
application/json
Not documented here.
Example
{
"EventID": 101
}