generalconfig / usr / local / bin / hipi-energenie /
3614157 a year ago
1 contributor
14 lines | 0.195kb
#!/usr/bin/perl 
use strict;
use warnings;
use HiPi::Energenie::Command;

our $VERSION ='0.81';

my $result = HiPi::Energenie::Command->new->handle_command;

print $result . qq(\n);

1;

__END__