syntaxfehler
This commit is contained in:
+3
-3
@@ -86,9 +86,9 @@ class Batterie extends IPSModule
|
|||||||
$closestValue - $stepSizeSmall,
|
$closestValue - $stepSizeSmall,
|
||||||
$closestValue,
|
$closestValue,
|
||||||
$closestValue + $stepSizeSmall,
|
$closestValue + $stepSizeSmall,
|
||||||
$closestValue + 2 * $stepSizeSmall
|
$closestValue + 2 * $stepSizeSmall,
|
||||||
$closestValue + 3 * $stepSizeSmall
|
$closestValue + 3 * $stepSizeSmall,
|
||||||
$closestValue + 4 * $stepSizeSmall
|
$closestValue + 4 * $stepSizeSmall,
|
||||||
$closestValue + 5 * $stepSizeSmall
|
$closestValue + 5 * $stepSizeSmall
|
||||||
], function ($value) use ($maxleistung) {
|
], function ($value) use ($maxleistung) {
|
||||||
return $value >= -$maxleistung && $value <= $maxleistung;
|
return $value >= -$maxleistung && $value <= $maxleistung;
|
||||||
|
|||||||
Reference in New Issue
Block a user