no message

This commit is contained in:
2025-06-25 11:18:46 +02:00
parent 4ada848efb
commit e218ab4525

View File

@@ -625,7 +625,7 @@ class Ladestation_v2 extends IPSModule
// Nichts zu tun für Dummy station
return;
case 5:
if($this->ReadPropertyString("Username") != $data["driverIdentifier"]){
if($this->ReadPropertyString("Username") != $this->GetValue("Letzer_User")){
return;
}
$url = "https://api.easee.com/api/chargers/".$this->ReadPropertyString("Seriennummer")."/commands/set_dynamic_charger_current";