/**
  * Constructor
  * @param $InstanceID
  */
 public function __construct($InstanceID)
 {
     if (!function_exists('simplexml_load_string')) {
         IPS_LogMessage(__CLASS__, "Error: Need SimpleXML functions(simplexml_load_string)!\n");
         return false;
     }
     // Diese Zeile nicht löschen
     $json = __DIR__ . "/module.json";
     parent::__construct($InstanceID, $json);
     return true;
 }
 /**
  * Constructor
  * @param $InstanceID
  */
 public function __construct($InstanceID)
 {
     // Diese Zeile nicht löschen
     $json = __DIR__ . "/module.json";
     parent::__construct($InstanceID, $json);
 }
 /**
  * Constructor
  * @param $InstanceID
  */
 public function __construct($InstanceID)
 {
     //
     $json = __DIR__ . "/module.json";
     parent::__construct($InstanceID, $json);
 }