advlib-ble-services
Advanced tools
Comparing version 1.4.1 to 1.4.2
/** | ||
* Copyright reelyActive 2015-2022 | ||
* Copyright reelyActive 2015-2024 | ||
* We believe in an open Internet of Things | ||
@@ -34,16 +34,16 @@ */ | ||
case '2a37': | ||
return gatt.process(data, uuid); | ||
case '2a67': | ||
return gatt.process(data, uuid); | ||
case '2a6c': | ||
return gatt.process(data, uuid); | ||
case '2a6d': | ||
return gatt.process(data, uuid); | ||
case '2a6e': | ||
return gatt.process(data, uuid); | ||
case '2aa1': | ||
return gatt.process(data, uuid); | ||
case '2aa2': | ||
case '2af9': | ||
case '2afb': | ||
return gatt.process(data, uuid); | ||
case '2b8c': | ||
case '2bcf': | ||
case '2bd0': | ||
case '2bd1': | ||
case '2bd2': | ||
case '2be7': | ||
return gatt.process(data, uuid); | ||
@@ -50,0 +50,0 @@ case 'ffe1': |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=6.0.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
73846