Device configurations
Example device documentations
Standard JSON
One can post the standard json after getting a agent username and password from support. The username and password are part of the url like so
//
POST JSON https://agent.sensori.cloud/api/d/h/u/flatJson/username/passowrd
{
"time": 1620979200000,
"sn": "17410193211",
"someTag1": 287.75,
"someTag2": 287.75
}
time is epoch in ms
sn is a unique device serial
someTag1 could be a tank level or a temperature sensor etc
one can add as many tags as wantedzYDOC devices
YDOC via HTTP
In this example in settings 5 the username and password are to be placed in the text. Example username and password placement in extended path; api/d/h/u/m844/yourUsername/yourPassword
YDOC via FTP
Last updated