advlib-ble-gatt
Advanced tools
Comparing version 1.0.1 to 1.0.2
/** | ||
* Copyright reelyActive 2024 | ||
* Copyright reelyActive 2024-2025 | ||
* We believe in an open Internet of Things | ||
@@ -166,2 +166,3 @@ */ | ||
if(!isValidCalibration || !isNecessaryProperties) { | ||
delete data.accelerationSamplesHex; | ||
return; | ||
@@ -176,2 +177,3 @@ } | ||
if(isInvalidNumberOfSamples) { | ||
delete data.accelerationSamplesHex; | ||
return; | ||
@@ -178,0 +180,0 @@ } |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=6.0.0" |
@@ -71,3 +71,3 @@ advlib-ble-gatt | ||
Copyright (c) 2024 [reelyActive](https://www.reelyactive.com) | ||
Copyright (c) 2024-2025 [reelyActive](https://www.reelyactive.com) | ||
@@ -74,0 +74,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
Sorry, the diff of this file is not supported yet
42179
609