Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Jan 16, 2024
1 parent efca449 commit 0e6a97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KLF200Gateway/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function Create()
$this->RegisterPropertyString(\KLF200\Gateway\Property::Password, '');
$this->RegisterPropertyBoolean(\KLF200\Gateway\Property::RebootOnShutdown, false);
$this->RegisterAttributeBoolean(\KLF200\Gateway\Attribute::ClientSocketStateOnShutdown, false);
$this->RegisterTimer(\KLF200\Gateway\Timer::KeepAlive, 0, 'KLF200_ReadGatewayState($_IPS[\'TARGET\']);');
$this->RegisterTimer(\KLF200\Gateway\Timer::KeepAlive, 0, 'KLF200_RequestGatewayVersion($_IPS[\'TARGET\']);');
$this->Host = '';
$this->ParentID = 0;
$this->ReceiveBuffer = '';
Expand Down

0 comments on commit 0e6a97b

Please sign in to comment.