no message

This commit is contained in:
belevo\mh
2026-05-04 14:28:52 +02:00
parent cfe11677c6
commit 7a07a0acc2
+1 -1
View File
@@ -39,7 +39,7 @@ class Bat_EV_SDL_V4 extends IPSModule
$this->RegisterVariableString("CalcJSON", "Berechnung JSON", "", 99);
$this->RegisterTimer("UpdateTimer", 0, 'BEVSDL4_Update($_IPS["TARGET"]);');
$this->RegisterTimer("UpdateTimer", 0, 'GEF_Update($_IPS["TARGET"]);');
}
public function ApplyChanges()