Skip to content

Commit

Permalink
Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kcech committed May 10, 2019
1 parent 4d0779f commit cb00d3f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ in the response we will receive
"dataType": "NUMBER",
"type": "noise",
"unit": "dBa",
"state": "online",
"component": "MAR_01_00_SN001_1010",
"componentType": "generic",
"timeZone": "CET"
Expand All @@ -164,6 +165,7 @@ in the response we will receive
"dataType": "NUMBER",
"type": "air_quality_pm10",
"unit": "ug/m3",
"state": "online",
"component": "air_quality",
"componentType": "generic"
}, {
Expand All @@ -172,6 +174,7 @@ in the response we will receive
"dataType": "NUMBER",
"type": "air_quality_pm10",
"unit": "ug/m3",
"state": "online",
"component": "air_quality",
"componentType": "generic",
"additionalInfo": {
Expand Down Expand Up @@ -245,3 +248,8 @@ Other examples
::

http://<your_api_server.com>/catalog?componentType=air_quality&type=air_quality_pm10


.. note::

Only sensors will "online" state are return by the API.

0 comments on commit cb00d3f

Please sign in to comment.