Skip to content
Snippets Groups Projects
Commit e8a0a180 authored by Michal Celeng's avatar Michal Celeng
Browse files

fixed body of sensors_api.md

parent 4c7dc29f
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ Variables are defined as **${variable_name}** ...@@ -17,7 +17,7 @@ Variables are defined as **${variable_name}**
{ {
"n": "Temperature", // name of the quantity "n": "Temperature", // name of the quantity
"v": "10", // value "v": "10", // value
"u": "°C" // unit "u": "°C", // unit
"d": "Int32" // data type "d": "Int32" // data type
} }
] ]
......
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