no message
This commit is contained in:
@@ -14,7 +14,7 @@ class HauptManager extends IPSModule
|
|||||||
$this->RegisterPropertyInteger("Interval", 3); // Recheninterval
|
$this->RegisterPropertyInteger("Interval", 3); // Recheninterval
|
||||||
|
|
||||||
$this->RegisterVariableInteger("Gesamtnetzbezug", "Gesamtnetzbezug", "", 0);
|
$this->RegisterVariableInteger("Gesamtnetzbezug", "Gesamtnetzbezug", "", 0);
|
||||||
$this->RegisterVariableBoolean("Is_Peak_Shaving", false);
|
$this->RegisterVariableBoolean("Is_Peak_Shaving", "Peakshaving", "", false);
|
||||||
|
|
||||||
// Timer registrieren
|
// Timer registrieren
|
||||||
$this->RegisterTimer("Timer_DistributeEnergy",$this->ReadPropertyInteger("Interval")*1000,"IPS_RequestAction(" .$this->InstanceID .', "DistributeEnergy", "");');
|
$this->RegisterTimer("Timer_DistributeEnergy",$this->ReadPropertyInteger("Interval")*1000,"IPS_RequestAction(" .$this->InstanceID .', "DistributeEnergy", "");');
|
||||||
|
|||||||
Reference in New Issue
Block a user