コード例 #1
0
ファイル: module.php プロジェクト: BayaroX/BY_HostMonitor
 public function Destroy()
 {
     $this->UnregisterTimer("HMON_UpdateTimer");
     $this->UnregisterTimer("HMON_BenachrichtigungOfflineTimer");
     //Never delete this line!
     parent::Destroy();
 }
コード例 #2
0
ファイル: module.php プロジェクト: BayaroX/BY_Enigma2BY
 public function Destroy()
 {
     //Timer entfernen
     $this->UnregisterTimer("Refresh_All");
     //Never delete this line!!
     parent::Destroy();
 }
コード例 #3
0
ファイル: module.php プロジェクト: Nall-chan/IPSSqueezeBox
 public function Destroy()
 {
     parent::Destroy();
     $CoverID = @IPS_GetObjectIDByIdent('CoverIMG', $this->InstanceID);
     if ($CoverID !== false) {
         @IPS_DeleteMedia($CoverID, true);
     }
 }
コード例 #4
0
ファイル: module.php プロジェクト: scheibuman/SymconYAVR
 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
ファイル: module.php プロジェクト: Nall-chan/IPSVoiceRSS
 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
ファイル: module.php プロジェクト: Nall-chan/IPSSqueezeBox
 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
ファイル: module.php プロジェクト: Nall-chan/IPSSqueezeBox
 public function Destroy()
 {
     parent::Destroy();
 }
コード例 #10
0
ファイル: module.php プロジェクト: BayaroX/BY_BatterieMonitor
 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();
 }