Comparing version 1.3.1 to 1.3.2
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"engines": { | ||
@@ -24,0 +24,0 @@ "node": ">=6.0.0" |
@@ -93,2 +93,4 @@ advlib | ||
| nearest | Array of Object | | | ||
| numberOfOccupants | Number | | | ||
| passageCounts | Array of Number | [ entries, exits ] | | ||
| position | Array of Number | [ lon, lat, ele ] | | ||
@@ -115,2 +117,4 @@ | pressure | Number | In Pa | | ||
Some properties represent values captured over time, and are referenced against a cyclic counter to indicate a new capture or sample. In this case, the cyclic count is represented as a separate property which adds a _Cycle_ suffix, for example, _passageCounts_ and _passageCountsCycle_. | ||
See the [reelyActive Developer's Cheatsheet](https://reelyactive.github.io/diy/cheatsheet/) for more details about the standard properties above which are considered to be dynamic ambient (dynamb) data. | ||
@@ -117,0 +121,0 @@ |
30461
176