IoT Export
...
IoT Core Data Model
Simple IoT Core

System

7min
gateways simpleiotcoregatewaydto general status information about the device itself field data type description version string installed firmware version of the gateway availableversion string firmware version available on the update server online boolean flag indicating whether the gateway is online or not uptime string the current uptime of the gateway updatechannel number specification of the current update channel mobileinfo object optional field that displays information about the mobile gateway used statusinterval number interval in minutes after which the gateway sends its status information alias string the set system alias / host name hardwareid string unique hardware id of the gateway the update channel 0 corresponds to the release channel code examples simpleiotcorenumberlongvaluedto { "version" "3 7 0", "availableversion" "n/a", "online"\ true, "uptime" "7d 05h 07m 06s", "updatechannel" 0, "statusinterval" 60, "hardwareid" "bcdbd059eb5f", "alias" "eg122sn" } enoceangatewayinfodto provides optional additional information on a gateway field data type description id string the id of the enocean gateway type string the gateway type active boolean indicates whether the gateway is active or not protocol string the communication protocol used info string additional information about the gateway code examples enoceangatewayinfodto { "id" "4291825664", "type" "intern", "active" true, "protocol" "esp3" } supported things supportedthinginfodto provides information about a supported thing field data type description referenceid string the unique type id of the device displayname string the preferred display name of the device manufacturernameshort string the manufacturer in short form manufacturernamelong string the manufacturer in long form descriptionshort string the description in short form descriptionlong string the description in long form version string the version of the thing the reference id is required to create new things code examples simpleiotcorenumberlongvaluedto { "referenceid" "enocean enocean eep f6 02 02", "manufacturernameshort" "enocean", "manufacturernamelong" "enocean alliance inc ", "displayname" "eep f6 02 02", "descriptionshort" "switch", "descriptionlong" "switch state top left", "version" "1 1" }