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