neues modul getestet
This commit is contained in:
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": {
|
||||
"version": "7.1"
|
||||
},
|
||||
"version": "0.99",
|
||||
"version": "0.100",
|
||||
"build": 0,
|
||||
"date": 0
|
||||
}
|
||||
Reference in New Issue
Block a user