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

v1.1.1

parent b7736778
No related branches found
No related tags found
1 merge request!1Update README.md, sensors_api.md files
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -11,17 +11,17 @@ Variables are defined as **${variable_name}**
## Request body
<pre><code>[
{
"l": <b>${sensor-login}</b>, // login
"data":[
{
"l": <b>${sensor-login} </b>, // login
"data":[
{
"n": "Temperature", // name of the quantity
"v": "10", // value
"u": "°C" // unit
"d": "Int32" // data type
},
]
},
"n": "Temperature", // name of the quantity
"v": "10", // value
"u": "°C" // unit
"d": "Int32" // data type
}
]
},
] </code></pre>
### Available data types :
- Boolean
......
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