IoT Export
IoT Core Data Model

IoT Command Core

3min

General information on commands

Commands can be used to send commands to control or configure the gateway. Each command is identified by an ID, which is used to assign the responses.

Field

Data type

Description

commandId

String

Unique ID of the command, this is assigned by the user.

CommandResultDTO

The result of a command is transmitted with this DTO. The "commandId" field contains the ID of the original command so that the result can be assigned correctly.

The following fields are also available:

Field

Data type

Description

successful

Boolean

Indicates whether the execution was successful.

message

String

An optional message to transmit error messages if necessary.

dataContainer

Object

Optional DTOContainer Object for transferring return values.