Zeiger auf Property zu int gemacht
This commit is contained in:
@@ -11,7 +11,7 @@ class Belevo_Server_Kommunikation extends IPSModule
|
|||||||
parent::Create();
|
parent::Create();
|
||||||
//Netzbezug
|
//Netzbezug
|
||||||
$this->RegisterPropertyFloat("E_PNB_5M_0", 0);
|
$this->RegisterPropertyFloat("E_PNB_5M_0", 0);
|
||||||
$this->RegisterPropertyFloat("Netzbezug", "", "",0);
|
$this->RegisterPropertyInteger("Netzbezug", "", "",0);
|
||||||
/*//Boilerstatus
|
/*//Boilerstatus
|
||||||
$this->RegisterPropertyInteger("G_BS_5M_0", 0);
|
$this->RegisterPropertyInteger("G_BS_5M_0", 0);
|
||||||
$this->RegisterVariableInteger("Boilerstatus", 0);
|
$this->RegisterVariableInteger("Boilerstatus", 0);
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.34",
|
"version": "0.35",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user