su und sua hinzugefühgt, da ladestation probleme damit hatte
This commit is contained in:
@@ -475,8 +475,7 @@ class Ladestation_v2 extends IPSModule
|
||||
$url = $baseUrl . "alw=0";
|
||||
break;
|
||||
case 2:
|
||||
//$url = $baseUrl . "frc=1";
|
||||
$url = $baseUrl . "frc=2&ama=0";
|
||||
$url = $baseUrl . "frc=1&su=true&sua=true";
|
||||
|
||||
break;
|
||||
case 3:
|
||||
@@ -503,8 +502,8 @@ class Ladestation_v2 extends IPSModule
|
||||
$url2 = $baseUrl . "amp=$value";
|
||||
break;
|
||||
case 2:
|
||||
$url1 = $baseUrl . "frc=2";
|
||||
$url2 = $baseUrl . "ama=$value";
|
||||
$url1 = $baseUrl . "frc=2&su=true&sua=true2";
|
||||
$url2 = $baseUrl . "amp=$value";
|
||||
break;
|
||||
case 3:
|
||||
$url2 = $baseUrl . ($value * 1000);
|
||||
|
||||
Reference in New Issue
Block a user