Telegram

<< Click to Display Table of Contents >>

Navigation:  The API > JSON Adminstrator API > Understanding the admin API > Streaming message types >

Telegram

Telegrams

After the device information, the connection will be held open and depending on the direction parameter, telegrams will be transmitted over the stream.

 

{
  "header" : {
    "content" : "telegram",
    "gateway" : "DC-GW/EO-IP v0.99.0b",
    "timestamp" : "2016-05-11T11:25:32.463+0200"
  },
  "telegram" : {
    "deviceId" : "01872C13",
    "friendlyId" : "CO2Sensor",
    "physicalDevice" : "AfrisoLabco2",
    "timestamp" : "2016-05-11T11:25:32.463+0200",
    "direction" : "from",
    "functions" : [ {
      "key" : "co2",
      "value" : 611.76,
      "unit" : "ppm"
    } ],
    "telegramInfo" : {
      "data" : "00004E08",
      "status" : "0",
      "dbm" : -57,
      "rorg" : "A5"
    }
  }
}