bugfix in set Routine

This commit is contained in:
Marko Oldenburg 2017-02-02 22:56:39 +01:00
parent 0cc8c49748
commit b71340d1c6
2 changed files with 3 additions and 4 deletions

View File

@ -45,7 +45,7 @@ use JSON;
use Net::Telnet; use Net::Telnet;
my $version = "0.1.42"; my $version = "0.1.43";
my %heosCmds = ( my %heosCmds = (
@ -215,7 +215,6 @@ sub HEOSMaster_Set($@) {
my ($hash, $name, $cmd, @args) = @_; my ($hash, $name, $cmd, @args) = @_;
my ($arg, @params) = @args; my ($arg, @params) = @args;
my $name = $hash->{NAME};
my $action; my $action;
my $heosCmd; my $heosCmd;

View File

@ -2,7 +2,7 @@
# #
# Developed with Kate # Developed with Kate
# #
# (c) 2016-2017 Copyright: Marko Oldenburg (leongaultier at gmail dot com) # (c) 2017 Copyright: Marko Oldenburg (leongaultier at gmail dot com)
# All rights reserved # All rights reserved
# #
# This script is free software; you can redistribute it and/or modify # This script is free software; you can redistribute it and/or modify
@ -33,7 +33,7 @@ use warnings;
use JSON; use JSON;
my $version = "0.1.42"; my $version = "0.1.43";