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

v1.1

parent c60e60e3
No related branches found
No related tags found
1 merge request!1Update README.md, sensors_api.md files
...@@ -3,15 +3,11 @@ ...@@ -3,15 +3,11 @@
Variables are defined as **${variable_name}** Variables are defined as **${variable_name}**
## Set HTTP Header ## Set HTTP Header
<pre><code> <pre><code> Client: <b>${your-client-guid} </b>
Client: <b>${your-client-guid} </b> Token: <b>${your-token} </b></code></pre>
Token: <b>${your-token} </b>
</code></pre>
## Method and URL ## Method and URL
<pre><code> <pre><code>POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0]</code></pre>
POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0]
</code></pre>
## Request body ## Request body
<pre><code>[ <pre><code>[
...@@ -26,8 +22,7 @@ POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0] ...@@ -26,8 +22,7 @@ POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0]
}, },
] ]
}, },
] ] </code></pre>
</code></pre>
### Available data types : ### Available data types :
- Boolean - Boolean
- Byte - Byte
...@@ -42,5 +37,3 @@ POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0] ...@@ -42,5 +37,3 @@ POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0]
- UInt64 - UInt64
- Int16 - Int16
- UInt16 - 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