Skip to content
Elias Ruemmler edited this page Oct 11, 2019 · 2 revisions

Call up information about the connected sensors.

URL

/api/sensors

Method

GET

URL Params

None

Data Params

None

Success Response

Code

200 OK

Content

{
  "1": {
    "Name": "pH",
    "Description": "Atlas Scientific EZO pH Circuit",
    "Interface": "I2C (StandardMode)",
    "Address": 99,
    "Serial": "N/A",
    "FirmwareVersion": "2.12",
    "SupplyVoltage": 4.94,
    "Package": "Rca.EzoDeviceLib.EzoBase, EzoDeviceLib, Version=1.0.25.0, Culture=neutral, PublicKeyToken=null"
  },
  "2": {
    "Name": "ORP",
    "Description": "Atlas Scientific EZO ORP circuit",
    "Interface": "I2C (StandardMode)",
    "Address": 98,
    "Serial": "N/A",
    "FirmwareVersion": "2.10",
    "SupplyVoltage": 4.97,
    "Package": "Rca.EzoDeviceLib.EzoBase, EzoDeviceLib, Version=1.0.25.0, Culture=neutral, PublicKeyToken=null"
  },
  "3": {
    "Name": "RTD",
    "Description": "Atlas Scientific EZO RTD circuit",
    "Interface": "I2C (FastMode)",
    "Address": 102,
    "Serial": "N/A",
    "FirmwareVersion": "2.10",
    "SupplyVoltage": 3.3,
    "Package": "Rca.EzoDeviceLib.EzoBase, EzoDeviceLib, Version=1.0.25.0, Culture=neutral, PublicKeyToken=null"
  }
}

Error Response

None