IoT Export
IoT Core Data Model
IoT Command Core
3min
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. |
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. |
Updated 25 Mar 2024
Did this page help you?