Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

BatteryChargingAnalogVoltage

Ali Mir edited this page Apr 23, 2018 · 3 revisions

Battery Charging Analog Voltage

URL : /equisat/data/batteryCharging/analogVoltage

Method : GET

Retrieves all batteryChargingAnalogVoltages

Success Response

Code : 200 OK

Content example

[{
  "id": 1,
  "index": "0",
  "timestamp": 12,
  "voltage": 10.3,
  "tid": 1
},{
  "id": 2,
  "index": "1",
  "timestamp": 13,
  "voltage": 11.4,
  "tid": 1
},{
  "id": 3,
  "index": "0",
  "timestamp": 16,
  "voltage": 9.01,
  "tid": 2
},{
  "id": 4,
  "index": "1",
  "timestamp": 17,
  "voltage": 3.12,
  "tid": 2
}]

URL : /equisat/data/batteryCharging/analogVoltage/5

Method : GET

Retrieve batteryChargingAnalogVoltage with id 5

Success Response

Code : 200 OK

Content example

{
  "id": 5,
  "index": "1",
  "timestamp": 17,
  "voltage": 3.12,
  "tid": 2
}