We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
URL : /equisat/data/led/ledCurrent
/equisat/data/led/ledCurrent
Method : GET
GET
Retrieves all ledCurrent objects
Code : 200 OK
200 OK
Content example
[{ "id": 1, "index": 2, "current": 6.2, "tid": 1, "timestamp": 1 },{ "id": 2, "index": 3, "current": 8.6, "tid": 2, "timestamp": 2 },{ "id": 3, "index": 4, "current": 10.0, "tid": 3, "timestamp": 3 },{ "id": 4, "index": 5, "current": 4.3, "tid": 4, "timestamp": 4 }]
URL : /equisat/data/led/ledCurrent/5
/equisat/data/led/ledCurrent/5
Retrieve ledCurrent with id 5
{ "id": 5, "index": 3, "current": 10.6, "tid": 4, "timestamp": 5 }