neues modul getestet
This commit is contained in:
@@ -74,7 +74,7 @@ class WP_Standart extends IPSModule {
|
|||||||
$sperrzei_abs = 6*60*60;
|
$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;
|
$sperrzei_abs = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
12
WP_Steuerung/module.json
Normal file
12
WP_Steuerung/module.json
Normal 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
14
WP_Steuerung/module.php
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
class WP_Steurung extends IPSModule {
|
||||||
|
|
||||||
|
|
||||||
|
public function Create() {
|
||||||
|
parent::Create();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function ApplyChanges() {
|
||||||
|
parent::ApplyChanges();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "0.99",
|
"version": "0.100",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user