Comparing version 1.1.3 to 1.1.4
@@ -16,5 +16,7 @@ { | ||
"packet decoder", | ||
"Bluetooth Low Energy" | ||
"Bluetooth Low Energy", | ||
"RAIN RFID", | ||
"EPC" | ||
], | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"engines": { | ||
@@ -21,0 +23,0 @@ "node": ">=6.0.0" |
@@ -6,2 +6,3 @@ advlib | ||
- [advlib-ble](https://github.com/reelyactive/advlib-ble) for Bluetooth Low Energy | ||
- [advlib-epc-tds](https://github.com/reelyactive/advlib-epc-tds) for RAIN RFID (Electronic Product Code Tag Data Standard) | ||
@@ -89,2 +90,3 @@ and the following _interpreter_ modules: | ||
| relativeHumidity | Number | 0 to 100 (%) | | ||
| relay | Object | See note below | | ||
| speed | Number | In m/s | | ||
@@ -99,3 +101,3 @@ | temperature | Number | In Celcius | | ||
Properties are intended to be as flat as possible to facilitate data manipulation, especially with respect to database schemas. | ||
Properties are intended to be as flat as possible to facilitate data manipulation, especially with respect to database schemas. One exception is the _relay_ property which encapsulates ambient data intended for external processing by a third party. A _relay_ Object has only one mandatory property, _type_, which is a String identifying the third party, and may also include any number of third-party-specific properties. | ||
@@ -102,0 +104,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
26400
142