Skip to content
Snippets Groups Projects
Commit b4aaf4a1 authored by philjak's avatar philjak
Browse files

Update README.md

parent d3c25a6a
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ coap://<adresse>:5683/data
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Data schema.",
"description": "Schema zur Datenübertragung, z.B. von Messwerten",
"description": "Schema zur Datenübertragung, z.B. von Messwerten.",
"properties": {
"id": {
"type": "integer",
......@@ -110,7 +110,7 @@ coap://<adresse>:5683/data
##### Beispiel
```
{
"id" : "1",
"id" : 1,
"values" : ["21°C","37°C","4.13 km/h"]
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment