mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
70_PIONEERAVR: fixed error in _GET() definition
git-svn-id: https://svn.fhem.de/fhem/trunk@14587 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
587db25ae6
commit
ef7a69bef5
@ -55,7 +55,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch';
|
||||
#########################
|
||||
# Forward declaration
|
||||
sub PIONEERAVR_Set($@);
|
||||
sub PIONEERAVR_Get($@);
|
||||
sub PIONEERAVR_Get($$$);
|
||||
sub PIONEERAVR_Define($$);
|
||||
sub PIONEERAVR_Undef($$);
|
||||
sub PIONEERAVR_Read($);
|
||||
@ -1996,7 +1996,7 @@ PIONEERAVR_Set($@)
|
||||
}
|
||||
}
|
||||
#####################################
|
||||
sub PIONEERAVR_Get($@) {
|
||||
sub PIONEERAVR_Get($$$) {
|
||||
my ( $hash, $a, $h ) = @_;
|
||||
my $name = $hash->{NAME};
|
||||
my $cmd = @$a[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user