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 13, 2024
1 parent c312a16 commit 7cd5375
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 @@ -409,7 +409,7 @@ public function GetSceneList()
private function SetHouseStatusMonitor()
{
$APIData = new \KLF200\APIData(\KLF200\APICommand::HOUSE_STATUS_MONITOR_ENABLE_REQ);
$ResultAPIData = $this->SendAPIData($APIData, false);
$ResultAPIData = $this->SendAPIData($APIData);
return !$ResultAPIData->isError();
}

Expand Down

0 comments on commit 7cd5375

Please sign in to comment.