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
...@@ -11,17 +11,17 @@ Variables are defined as **${variable_name}** ...@@ -11,17 +11,17 @@ Variables are defined as **${variable_name}**
## Request body ## Request body
<pre><code>[ <pre><code>[
{
"l": <b>${sensor-login}</b>, // login
"data":[
{ {
"l": <b>${sensor-login} </b>, // login "n": "Temperature", // name of the quantity
"data":[ "v": "10", // value
{ "u": "°C" // unit
"n": "Temperature", // name of the quantity "d": "Int32" // data type
"v": "10", // value }
"u": "°C" // unit ]
"d": "Int32" // data type },
},
]
},
] </code></pre> ] </code></pre>
### Available data types : ### Available data types :
- Boolean - 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