no message
This commit is contained in:
@@ -42,8 +42,12 @@ class Ladestation_v2 extends IPSModule
|
||||
// Variabeln für Kommunkation mit Manager
|
||||
$this->RegisterVariableInteger("Sperre_Prio", "Priorität Sperre", "", 0);
|
||||
$this->EnableAction("Sperre_Prio");
|
||||
IPS_SetHidden($this->GetIDForIdent("Sperre_Prio"), true);
|
||||
|
||||
$this->RegisterVariableInteger("PV_Prio", "Priorität Solarladen", "", 0);
|
||||
$this->EnableAction("PV_Prio");
|
||||
IPS_SetHidden($this->GetIDForIdent("PV_Prio"), true);
|
||||
|
||||
$this->RegisterVariableBoolean("Idle", "Idle", "", 0);
|
||||
IPS_SetHidden($this->GetIDForIdent("Idle"), true);
|
||||
|
||||
@@ -68,6 +72,7 @@ class Ladestation_v2 extends IPSModule
|
||||
// Hilfsvariabeln für Idle zustand
|
||||
$this->RegisterPropertyInteger("IdleCounterMax", 2);
|
||||
$this->RegisterVariableInteger("IdleCounter", "IdleCounter", "", 0);
|
||||
IPS_SetHidden($this->GetIDForIdent("IdleCounter"), true);
|
||||
$this->SetValue("IdleCounter", 0);
|
||||
|
||||
// Initialisiere Idle
|
||||
|
||||
Reference in New Issue
Block a user