no message

This commit is contained in:
2025-04-08 06:43:36 +02:00
parent 7be0b43004
commit b9e753976a
2 changed files with 171 additions and 4 deletions

View File

@@ -238,9 +238,9 @@ class Manager_v2 extends IPSModule
foreach ($user["PowerSteps"] as $step) {
if($help_state==true){
if($step>=0){
$allSteps[] = [
"user" => $user["InstanceID"],
"step" => $step,
$allSteps[] = [
"user" => $user["InstanceID"],
"step" => $step
];}
else{
if($step<=0){