示例#1
0
 public function Destroy()
 {
     $this->UnregisterTimer("HMON_UpdateTimer");
     $this->UnregisterTimer("HMON_BenachrichtigungOfflineTimer");
     //Never delete this line!
     parent::Destroy();
 }
示例#2
0
 public function Destroy()
 {
     //Timer entfernen
     $this->UnregisterTimer("Refresh_All");
     //Never delete this line!!
     parent::Destroy();
 }
示例#3
0
 public function Destroy()
 {
     parent::Destroy();
     $CoverID = @IPS_GetObjectIDByIdent('CoverIMG', $this->InstanceID);
     if ($CoverID !== false) {
         @IPS_DeleteMedia($CoverID, true);
     }
 }
示例#4
0
 public function Destroy()
 {
     parent::Destroy();
     if (!IPS_VariableProfileExists("YAVR.Scenes{$this->InstanceID}")) {
         IPS_DeleteVariableProfile("YAVR.Scenes{$this->InstanceID}");
     }
     if (!IPS_VariableProfileExists("YAVR.Input{$this->InstanceID}")) {
         IPS_DeleteVariableProfile("YAVR.Inputs{$this->InstanceID}");
     }
 }
示例#5
0
 public function Destroy()
 {
     parent::Destroy();
     if (IPS_GetKernelRunlevel() != 10103) {
         return;
     }
     $MediaID = @IPS_GetObjectIDByIdent('Voice', $this->InstanceID);
     if ($MediaID > 0) {
         IPS_DeleteMedia($MediaID, true);
     }
 }
示例#6
0
 public function Destroy()
 {
     //Never delete this line!
     parent::Destroy();
 }
示例#7
0
 public function Destroy()
 {
     $this->UnregisterTimer("ReadBananaPiInfo");
     //Never delete this line!
     parent::Destroy();
 }
示例#8
0
 public function Destroy()
 {
     $this->UnregisterTimer("ReadSysInfo");
     parent::Destroy();
 }
示例#9
0
 public function Destroy()
 {
     parent::Destroy();
 }
示例#10
0
 public function Destroy()
 {
     $this->UnregisterTimer("BMON_UpdateTimer");
     //Never delete this line!
     parent::Destroy();
 }
示例#11
0
 public function Destroy()
 {
     $this->UnregisterTimer("UpdateTabelle");
     //Never delete this line!!
     parent::Destroy();
 }
示例#12
0
 public function Destroy()
 {
     $this->UnregisterTimer("ReadKostalPiko");
     //Never delete this line!
     parent::Destroy();
 }