+ fix topo
This commit is contained in:
parent
de7d61e064
commit
6dcc170e94
|
@ -40,7 +40,7 @@ sub load {
|
||||||
sub check {
|
sub check {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
|
||||||
$self->{output}->output_add(long_msg => "Checking digial inputs");
|
$self->{output}->output_add(long_msg => "Checking digital inputs");
|
||||||
$self->{components}->{input} = {name => 'inputs', total => 0, skip => 0};
|
$self->{components}->{input} = {name => 'inputs', total => 0, skip => 0};
|
||||||
return if ($self->check_filter(section => 'input'));
|
return if ($self->check_filter(section => 'input'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue