2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

98_SmarterCoffee: fix Undefined subroutine &SmarterCoffee::fhem

git-svn-id: https://svn.fhem.de/fhem/trunk@17728 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2018-11-11 11:01:55 +00:00
parent 75dc73da00
commit ef2e37b52f
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- bugfix: 98_SmarterCoffee: fix Undefined subroutine &SmarterCoffee::fhem
- feature: 72_TA_CMI_JSON: added Logging Analog/Digital and RAS values.
- feature: 98_livetracking: added OsmAnd server for Traccar iOS client
- new: 73_AutoShuttersControl: Module for the automated control of

View File

@ -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)
);
}