Comparing version 1.3.4 to 1.3.5
/** | ||
* Copyright reelyActive 2015-2023 | ||
* Copyright reelyActive 2015-2024 | ||
* We believe in an open Internet of Things | ||
@@ -13,3 +13,4 @@ */ | ||
* @param {Object} data The packet(s) as an array of, or as individual | ||
* hexadecimal-strings or Buffers. | ||
* hexadecimal-strings or Buffers. Or an Object | ||
* representing protocolSpecificData. | ||
* @param {Array} processors The packet processor(s) to use, in order of | ||
@@ -16,0 +17,0 @@ * priority. |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"engines": { | ||
@@ -24,0 +24,0 @@ "node": ">=6.0.0" |
@@ -73,2 +73,4 @@ advlib | ||
| acceleration | Array of Number | [ x, y, z ] In g | | ||
| accelerationSamplingRate | Number | In Hz | | ||
| accelerationTimeSeries | Array of Array | [[x],[y],[z] ] In g | | ||
| ammoniaConcentration | Number | In ppm | | ||
@@ -130,2 +132,4 @@ | amperage | Number | In amps | | ||
Some properties may be extended to represent time series data, sampled at a given rate. In this case the data is represented as separate properties adding a _TimeSeries_ suffix and a _SamplingRate_ suffix, for example _accelerationTimeSeries_ and _accelerationSamplingRate_. | ||
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. | ||
@@ -159,2 +163,12 @@ | ||
Modular Architecture | ||
-------------------- | ||
__advlib__ is easily combined with the following complementary software modules: | ||
- [barnowl](https://github.com/reelyactive/barnowl) | ||
- [barnacles](https://github.com/reelyactive/barnacles) | ||
Learn more about the [reelyActive Open Source Software packages](https://reelyactive.github.io/diy/oss-packages/), all of which are bundled together as [Pareto Anywhere](https://github.com/reelyactive/pareto-anywhere) open source IoT middleware. | ||
Contributing | ||
@@ -161,0 +175,0 @@ ------------ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32946
218
201