no message

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

View File

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