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

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();
}
}
?>