Device configurations
Example device documentations
Standard JSON
//
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
YDOC via FTP
Last updated