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
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -3,15 +3,11 @@
Variables are defined as **${variable_name}**
## Set HTTP Header
<pre><code>
Client: <b>${your-client-guid} </b>
Token: <b>${your-token} </b>
</code></pre>
<pre><code> Client: <b>${your-client-guid} </b>
Token: <b>${your-token} </b></code></pre>
## Method and URL
<pre><code>
POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0]
</code></pre>
<pre><code>POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0]</code></pre>
## Request body
<pre><code>[
......@@ -26,8 +22,7 @@ POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0]
},
]
},
]
</code></pre>
] </code></pre>
### Available data types :
- Boolean
- Byte
......@@ -42,5 +37,3 @@ POST: [https://twin.rtls.solutions/api/sensors?api-version=2.0]
- 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