no message

This commit is contained in:
belevo\mh
2025-12-03 10:00:59 +01:00
parent e424f24129
commit 9f6b5890bd

View File

@@ -1,6 +1,6 @@
<?php <?php
class Batterie extends IPSModule class Batterie_test extends IPSModule
{ {
public function Create() public function Create()
{ {
@@ -63,9 +63,6 @@ class Batterie extends IPSModule
$this->SetTimerInterval("Timer_Do_UserCalc_Battery",$this->ReadPropertyInteger("Interval")*1000); $this->SetTimerInterval("Timer_Do_UserCalc_Battery",$this->ReadPropertyInteger("Interval")*1000);
} }