umschalten 1-phasiges Laden für go-e v1 hinzugefühgt.
This commit is contained in:
19
Belevo_Server_Kommunikation/module.php
Normal file
19
Belevo_Server_Kommunikation/module.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
class Belevo_Server_Kommunikation extends IPSModule
|
||||
{
|
||||
|
||||
public function Create()
|
||||
{
|
||||
parent::Create();
|
||||
|
||||
}
|
||||
|
||||
public function ApplyChanges()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user