Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnittcher committed Dec 22, 2024
1 parent 05c7fa5 commit 65ed959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FKBDevice/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ public function setBooleanSetting(string $Key, bool $Value)
return $this->checkRequest($result);
}

public function setAudioVolume(integer $level, $stream)
public function setAudioVolume(int $level, $stream)
{
$result = $this->sendRequest('?cmd=setAudioVolume&level=' . $level . '&stream=' . $stream);
return $this->checkRequest($result);
Expand Down

0 comments on commit 65ed959

Please sign in to comment.