no message

This commit is contained in:
2025-09-19 14:50:04 +02:00
parent 6e76875394
commit 09aa7aad96

View File

@@ -179,6 +179,10 @@ class Ladestation_v2 extends IPSModule
$this->Refresh_Token();
break;
case "Mindestaldestrom":
$this->SetValue("Mindestaldestrom", (int)$value);
break;
default:
throw new Exception("Invalid Ident");
}