variable war falsch verwendet

This commit is contained in:
2025-08-05 15:07:51 +02:00
parent 66290c7cf7
commit b36debe636

View File

@@ -97,7 +97,7 @@ class Ladestation_v2 extends IPSModule
$this->SetTimerInterval("Timer_Do_UserCalc_EVC",$this->ReadPropertyInteger("Interval")*1000);
// erstelle einen Timer der das Request token aktualisiert wenn die station dies braucht.
if($carType==6){
if($this->ReadPropertyInteger("Ladestation")==6){
$this->Refresh_Token();
$this->SetTimerInterval("Timer_Refresh_Token",1800);