Skip to content

Commit

Permalink
Closes IntelliHome#22 error
Browse files Browse the repository at this point in the history
  • Loading branch information
skullbocks committed Jul 23, 2014
1 parent 0708f27 commit 3b34b17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/IntelliHome/RPC/Service/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ L<IntelliHome>, L<IntelliHome::Workers::Master::RPC> , L<MojoX::JSON::RPC::Servi

use Carp::Always;
use Mojo::Base 'IntelliHome::RPC::Service::Base';
use feature 'say';
use Data::Dumper;
use IntelliHome::Connector qw(GPIO_MSG);
has 'IntelliHome';

Expand All @@ -53,6 +51,6 @@ sub gpio {
return "Received " . join( " ", @params );
}

__PACKAGE__->register_rpc_method_names('parse');
__PACKAGE__->register_rpc_method_names('gpio');

1;

0 comments on commit 3b34b17

Please sign in to comment.