Example of JSON file

An example of JSON file:

[
  {
    "GatewayName": "PC-Node_COM3",
    "MacAddress": "11:11:11:11:11:01",
    "NodeType": 9300,
    "Status": "n/a",
    "RadioGroup": 2,
    "Slots": "1:1:1",
    "SendGroupId": 2,
    "sensors": [
      {
        "Name": "Heraeus BBD6220: Incubator Temperature Sensor",
        "SensorID": 20,
        "SensorIndex": 2,
        "SensorType": 9301,
        "Time": "03/27/2023 21:52:16",
        "Value": "36.4000015258789",
        "Unit": "\u00B0C",
        "Loginterval": 60,
        "CalibrationValue": "0                             ",
        "Link1": "",
        "Link2": "",
        "Link3": "",
        "PollingTimeout": 800,
        "AutoScale": 1,
        "MaxScaleValue": 100,
        "MinScaleValue": 0,
        "AlarmFilter": 0,
        "CalibrationReportInterval": 0
      },
      {
        "Name": "GalaxyR: CO2",
        "SensorID": 21,
        "SensorIndex": 1,
        "SensorType": 9306,
        "Time": "06/22/2023 13:17:39",
        "Value": "71.09",
        "Unit": "%",
        "Loginterval": 60,
        "CalibrationValue": "0                             ",
        "Link1": "",
        "Link2": "",
        "Link3": "",
        "PollingTimeout": 800,
        "AutoScale": 1,
        "MaxScaleValue": 100,
        "MinScaleValue": 0,
        "AlarmFilter": 0,
        "CalibrationReportInterval": 0
      },
      {
        "Name": "N2_PT100 v2-1",
        "SensorID": 5,
        "SensorIndex": 0,
        "SensorType": 9301,
        "Time": "11/08/2024 12:22:55",
        "Value": "21.9891498517823",
        "Unit": "\u00B0C",
        "Loginterval": 300,
        "CalibrationValue": "0                             ",
        "Link1": "",
        "Link2": "",
        "Link3": "",
        "PollingTimeout": 800,
        "AutoScale": 1,
        "MaxScaleValue": 100,
        "MinScaleValue": 0,
        "AlarmFilter": 0,
        "CalibrationReportInterval": 0
      },
      {
        "Name": "Memmert: Temperature",
        "SensorID": 22,
        "SensorIndex": 0,
        "SensorType": 9301,
        "Time": "06/22/2023 13:17:38",
        "Value": "137.1",
        "Unit": "\u00B0C",
        "Loginterval": 60,
        "CalibrationValue": "0                             ",
        "Link1": "",
        "Link2": "",
        "Link3": "",
        "PollingTimeout": 800,
        "AutoScale": 1,
        "MaxScaleValue": 100,
        "MinScaleValue": 0,
        "AlarmFilter": 0,
        "CalibrationReportInterval": 0
      },
      {
        "Name": "Memmert: CO2",
        "SensorID": 22,
        "SensorIndex": 1,
        "SensorType": 9306,
        "Time": "06/22/2023 13:17:37",
        "Value": "11.3",
        "Unit": "%C0 2",
        "Loginterval": 60,
        "CalibrationValue": "0                             ",
        "Link1": "",
        "Link2": "",
        "Link3": "",
        "PollingTimeout": 800,
        "AutoScale": 1,
        "MaxScaleValue": 100,
        "MinScaleValue": 0,
        "AlarmFilter": 0,
        "CalibrationReportInterval": 0
      },
      {
        "Name": "Heraeus BBD6220: Incubator Humidity Sensor",
        "SensorID": 20,
        "SensorIndex": 3,
        "SensorType": 9304,
        "Time": "03/27/2023 21:52:17",
        "Value": "43.7000007629395",
        "Unit": "%RH",
        "Loginterval": 60,
        "CalibrationValue": "0                             ",
        "Link1": "",
        "Link2": "",
        "Link3": "",
        "PollingTimeout": 800,
        "AutoScale": 1,
        "MaxScaleValue": 100,
        "MinScaleValue": 0,
        "AlarmFilter": 0,
        "CalibrationReportInterval": 0
      },
      {
        "Name": "Heraeus BBD6220: Incubator CO2 Sensor",
        "SensorID": 20,
        "SensorIndex": 4,
        "SensorType": 9306,
        "Time": "06/22/2023 13:17:39",
        "Value": "1005",
        "Unit": "PPM",
        "Loginterval": 60,
        "CalibrationValue": "0                             ",
        "Link1": "",
        "Link2": "",
        "Link3": "",
        "PollingTimeout": 800,
        "AutoScale": 1,
        "MaxScaleValue": 100,
        "MinScaleValue": 0,
        "AlarmFilter": 0,
        "CalibrationReportInterval": 0
      },
      {
        "Name": "GalaxyR: Temperature",
        "SensorID": 21,
        "SensorIndex": 0,
        "SensorType": 9301,
        "Time": "06/22/2023 13:17:38",
        "Value": "37.11",
        "Unit": "\u00B0C",
        "Loginterval": 60,
        "CalibrationValue": "0                             ",
        "Link1": "",
        "Link2": "",
        "Link3": "",
        "PollingTimeout": 800,
        "AutoScale": 1,
        "MaxScaleValue": 100,
        "MinScaleValue": 0,
        "AlarmFilter": 0,
        "CalibrationReportInterval": 0
      }
    ]
  }
]

Last updated