umschalten 1-phasiges Laden für go-e v1 hinzugefühgt.

This commit is contained in:
2024-07-17 14:29:58 +02:00
parent d96ffd2fb9
commit a1cdf89f7a
6 changed files with 182 additions and 3 deletions

View File

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