Skip to content
Snippets Groups Projects
Commit 4c7dc29f authored by Šimon Koleják's avatar Šimon Koleják
Browse files

Merge branch 'simon.kolejak-master-patch-09220' into 'master'

Update README.md

See merge request !2
parents ee1b719d 4c8899f4
No related branches found
No related tags found
1 merge request!2Update README.md
# api_documentation # api_documentation
Documentation for twin API. Documentation for twin API.
`Sensor Data
Set HTTP Header
Client: {your-client-guid}
Token: {your-token}
POST: https://twin.rtls.solutions/api/sensors?api-version=2.0
Body:
[
{
"l": "sensor-login", // login
"data": [
{
"n": "Temperature", // name of the quantity
"v": "10", // value
"u": "°C" // unit
"d": "Int32" // datatype (Boolean, Byte, SByte, Char, Decimal, Double, Single, Int32, UInt32, Int64, UInt64, Int16, UInt16)
},
]
}
]`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment