-
-
Notifications
You must be signed in to change notification settings - Fork 7
Sensor Info
Elias Ruemmler edited this page Oct 11, 2019
·
2 revisions
Call up information about the connected sensors.
/api/sensors
GET
None
None
200 OK
{
"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"
}
}
None