@robotical/webapp-types 3.8.1 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -478,8 +478,8 @@ var ObjectSenseDetection = /** @class */ (function () {
478
478
  var LightSenseDetection = /** @class */ (function () {
479
479
  function LightSenseDetection() {
480
480
  this.lowLightThreshold = 5;
481
- this.midLightThreshold = 250;
482
- this.highLightThreshold = 450;
481
+ this.midLightThreshold = 70;
482
+ this.highLightThreshold = 300;
483
483
  }
484
484
  LightSenseDetection.prototype.detectLightSense = function (lightSenseValue, analyser) {
485
485
  if (lightSenseValue > this.highLightThreshold) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/webapp-types",
3
- "version": "3.8.1",
3
+ "version": "3.9.0",
4
4
  "description": "Type definitions for the Application Manager",
5
5
  "main": "dist/application-manager.d.ts",
6
6
  "types": "dist/application-manager.d.ts",