Skip to content

Commit

Permalink
Update module.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey-1970 committed Dec 9, 2018
1 parent 084d17c commit bf40c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GeCoS_IO/module.php
Expand Up @@ -944,8 +944,8 @@ public function ReceiveData($JSONString) {
If ($KeepAlive == 1) {
$this->SendDebug("Datenanalyse", "KeepAlive", 0);
SetValueInteger($this->GetIDForIdent("LastKeepAlive"), time() );
$this->SendDataToChildren(json_encode(Array("DataID" => "{573FFA75-2A0C-48AC-BF45-FCB01D6BF910}", "Function"=>"interrupt", "DeviceBus" => 4)));
$this->SendDataToChildren(json_encode(Array("DataID" => "{573FFA75-2A0C-48AC-BF45-FCB01D6BF910}", "Function"=>"interrupt", "DeviceBus" => 5)));
//$this->SendDataToChildren(json_encode(Array("DataID" => "{573FFA75-2A0C-48AC-BF45-FCB01D6BF910}", "Function"=>"interrupt", "DeviceBus" => 4)));
//$this->SendDataToChildren(json_encode(Array("DataID" => "{573FFA75-2A0C-48AC-BF45-FCB01D6BF910}", "Function"=>"interrupt", "DeviceBus" => 5)));
}
elseif ($WatchDog == 1) {
$this->SendDebug("Datenanalyse", "WatchDog-Nummer: ".$WatchDogNumber, 0);
Expand Down

0 comments on commit bf40c45

Please sign in to comment.