fix Undefined subroutine &SmarterCoffee::fhem
This commit is contained in:
parent
7b54bc10ab
commit
971d4757f6
@ -110,7 +110,7 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $version = "1.0.1";
|
||||
my $version = "1.0.2";
|
||||
|
||||
sub SmarterCoffee_Initialize($) {
|
||||
my ($hash) = @_;
|
||||
@ -181,7 +181,8 @@ BEGIN {
|
||||
InternalTimer
|
||||
RemoveInternalTimer
|
||||
DoTrigger
|
||||
parseParams)
|
||||
parseParams
|
||||
fhem)
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user