neues modul getestet

This commit is contained in:
2024-11-08 15:49:54 +01:00
parent e9278af376
commit 03b1f3402d
4 changed files with 28 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ class WP_Standart extends IPSModule {
$sperrzei_abs = 6*60*60;
}
if(GetValue($this->ReadPropertyInteger("Wolkenschwellwert"))<GetValue($this->ReadPropertyInteger("Wolkenwert")) || $sperrzei_abs < 0 ){
if(GetValue($this->ReadPropertyInteger("Wolkenschwellwert"))<GetValue($this->ReadPropertyInteger("Wolkenwert")) || $sperrzei_abs < 0 ){
$sperrzei_abs = 0;
}

12
WP_Steuerung/module.json Normal file
View File

@@ -0,0 +1,12 @@
{
"id": "{9DAC29C7-F381-F2A4-7CE2-F391C4FBAF38}",
"name": "WP_Steuerung",
"type": 3,
"vendor": "Belevo AG",
"aliases": [],
"parentRequirements": [],
"childRequirements": [],
"implemented": [],
"prefix": "GEF",
"url": ""
}

14
WP_Steuerung/module.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
class WP_Steurung extends IPSModule {
public function Create() {
parent::Create();
}
public function ApplyChanges() {
parent::ApplyChanges();
}
}
?>

View File

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