Skip to content

Commit

Permalink
🧹 fix timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnyka98 committed Apr 27, 2023
1 parent e8b68c3 commit 7f54c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VerbrauchInKategorie/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function Create()
$this->RegisterPropertyBoolean('CheckIntervall', false);
$this->RegisterPropertyInteger('Intervall', 0);

$this->RegisterTimer('UpdateCalculation', 0, 'ViK_CalculateConsumption($IPS_[\'TARGET\']);');
$this->RegisterTimer('UpdateCalculation', 0, 'VIK_CalculateConsumption($_IPS[\'TARGET\']);');
}

public function Destroy()
Expand Down

0 comments on commit 7f54c8f

Please sign in to comment.