Skip to main content
POST
Schedule Commands

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Query Parameters

ignoreCooldown
boolean
default:false

Ignore internal cooldowns of the Entity. Using this may result in Commands not being executed!

Body

The Commands that will be created for an Entity

triggerTime
string<date-time> | null

The trigger time of command.

type
string | null

The type of the command.

value
string | null

The value of the command.

Response

201 - application/json

Created

A batch of commands.

batchId
string<uuid> | null

The id of the batch.

commands
object[] | null

The commands.