Server Kommunikation ä zu ae bei WP behoben V1.2

This commit is contained in:
belevo\mh
2024-10-15 10:57:46 +02:00
parent 93fb94ab96
commit f301d97f7b
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ class Belevo_Server_Kommunikation extends IPSModule
$this->RegisterVariableInteger("Kontakt_Volllast", 0);
//Wärmepumpe Status
$this->RegisterVariableFloat("G_WPS_5M_0", "G_WPS_5M_0", "",0);
$this->RegisterVariableInteger("Wärmepumpe_Status", 0);
$this->RegisterVariableInteger("Waermepumpe_Status", 0);
//Wolkenwahrscheinlichkeit
$this->RegisterVariableFloat("G_WW_5M_0", "G_WW_5M_0", "",0);
$this->RegisterVariableInteger("Wolkenwahrscheinlichkeit", 0);

View File

@@ -6,7 +6,7 @@
"compatibility": {
"version": "7.1"
},
"version": "0.25",
"version": "0.26",
"build": 0,
"date": 0
}