IoT Export
...
IoT Core Data Model
IoT Command Core
System Commands
12 min
administration restartsystemdto restart the system, with a delay if necessary field data type description delay number delay in seconds code examples restartsystemdto { "commandid" "owncommandid", "delay" 60 } 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 code examples updatefirmwaredto { "commandid" "owncommandid", "delay" 60, "force" true } 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! code examples setgatewaystatusintervaldto { "commandid" "owncommandid", "interval" 60 } enocean gateways refreshenoceangatewaysdto queries the existing enocean gateways an system docid\ rt6ksrmvt9tvxrzvhfyzb for each gateway is returned code examples refreshenoceangatewaysdto { "commandid" "owncommandid" } 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 code examples changeenoceangatewayiddto { "commandid" "owncommandid", "id" "0x03403233", "newid" "0xaa11bbcc" } 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 code examples setenoceangatewayactivedto { "commandid" "owncommandid", "id" "0x03403233", "active" true }