advlib-ble-services
Advanced tools
Comparing version 1.3.0 to 1.3.1
/** | ||
* Copyright reelyActive 2015-2021 | ||
* Copyright reelyActive 2015-2022 | ||
* We believe in an open Internet of Things | ||
@@ -107,3 +107,3 @@ */ | ||
return { batteryPercentage: batteryPercentage, | ||
isVisibleLight: isVisibleLight, uri: MINEW_URI }; | ||
isContactDetected: !isVisibleLight, uri: MINEW_URI }; | ||
} | ||
@@ -175,2 +175,2 @@ | ||
module.exports.process = process; | ||
module.exports.process = process; |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=6.0.0" |
/** | ||
* Copyright reelyActive 2015-2021 | ||
* Copyright reelyActive 2015-2022 | ||
* We believe in an open Internet of Things | ||
@@ -30,3 +30,3 @@ */ | ||
batteryPercentage: 69, | ||
isVisibleLight: true, | ||
isContactDetected: false, | ||
uri: "https://sniffypedia.org/Organization/Shenzhen_Minew_Technologies_Co_Ltd/" | ||
@@ -94,2 +94,2 @@ }; | ||
}); | ||
}); |
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
55188
40
1103