no message

This commit is contained in:
belevo\mh
2025-10-01 07:09:20 +02:00
parent f79791136f
commit 30b40d7d34
8 changed files with 529 additions and 0 deletions

View File

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