diff --git a/Configurator/module.php b/Configurator/module.php index d01547e5..5f6362ad 100644 --- a/Configurator/module.php +++ b/Configurator/module.php @@ -48,6 +48,9 @@ public function RequestAction($Ident, $Value) public function GetConfigurationForm() { + if ($this->GetStatus() == IS_CREATING) { + return ''; + } $BaseTopic = $this->ReadPropertyString('MQTTBaseTopic'); $Devices = []; $Groups = [];