no message

This commit is contained in:
2025-04-23 14:50:49 +02:00
parent 72a8e5e7e2
commit 5ae10ccc97

View File

@@ -480,7 +480,7 @@ class Ladestation_v2 extends IPSModule
$url = $baseUrl . "alw=0";
break;
case 2:
$url = $baseUrl . "frc=1&sua=true";
$url = $baseUrl . "frc=1&sua=false";
break;
case 3:
@@ -507,7 +507,7 @@ class Ladestation_v2 extends IPSModule
$url2 = $baseUrl . "amp=$value";
break;
case 2:
$url1 = $baseUrl . "frc=2&sua=true";
$url1 = $baseUrl . "frc=2";
$url2 = $baseUrl . "amp=$value";
break;
case 3: