IoT Export
...
IoT Core Data Model
IoT Command Core

System Commands

12min

Administration

RestartSystemDTO

Restart the system, with a delay if necessary.

Field

Data type

Description

delay

Number

Delay in seconds.

UpdateFirmwareDTO

Check for firmware update, with a delay if if necessary. Set forceupdate to true to enable an update, e.g. with the same firmware version

Field

Data type

Description

delay

Number

Delay in seconds.

force

Boolean

Forces the update installation even if the same version is already installed

SetGatewayStatusIntervalDTO

Changes the update interval of the gateway status information.

Field

Data type

Description

interval

Number

The interval in minutes after which the gateway updates its status information. A value of 0 deactivates the status information.

How this status information is transmitted depends on the IoT Export Connector used!

EnOcean Gateways

RefreshEnOceanGatewaysDTO

Queries the existing EnOcean gateways. An EnOceanGatewayInfoDTO for each gateway is returned.

ChangeEnOceanGatewayIdDTO

Change the base ID of an EnOcean gateway.

Field

Data type

Description

id

String

Unique ID of an EnOcean gateway.

newId

String

The new ID for the gateway.

This function can be executed a maximum of 10 times per gateway, as the number of changes to the BASE ID is limited by the EnOcean TCM!

This function is helpful if a device needs to be replaced. The same transmit IDs can be used for the new device. This eliminates the need to reprogram the actuators.

SetEnOceanGatewayActiveDTO

Activate/deactivate EnOcean gateways. If a gateway is deactivated, no EnOcean telegrams are processed by it.

Field

Data type

Description

id

String

Unique ID of an EnOcean gateway.

active

Boolean

Flag whether the gateway should be active or not.

New IP gateways are initially deactivated and must first be activated before they can be used.