hoffmation-base 3.0.0-alpha.60 → 3.0.0-alpha.61
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.
|
@@ -213,7 +213,7 @@ class Dachs {
|
|
|
213
213
|
return;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
if (this._dachsOn || this.settings.batteryLevelTurnOnThreshold
|
|
216
|
+
if (this._dachsOn || this.settings.batteryLevelTurnOnThreshold < action.newLevel) {
|
|
217
217
|
// We are already running, or battery level is high enough.
|
|
218
218
|
return;
|
|
219
219
|
}
|