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:
parent
75dc73da00
commit
ef2e37b52f
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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: 72_TA_CMI_JSON: added Logging Analog/Digital and RAS values.
|
||||||
- feature: 98_livetracking: added OsmAnd server for Traccar iOS client
|
- feature: 98_livetracking: added OsmAnd server for Traccar iOS client
|
||||||
- new: 73_AutoShuttersControl: Module for the automated control of
|
- new: 73_AutoShuttersControl: Module for the automated control of
|
||||||
|
@ -110,7 +110,7 @@ package main;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
my $version = "1.0.1";
|
my $version = "1.0.2";
|
||||||
|
|
||||||
sub SmarterCoffee_Initialize($) {
|
sub SmarterCoffee_Initialize($) {
|
||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
@ -181,7 +181,8 @@ BEGIN {
|
|||||||
InternalTimer
|
InternalTimer
|
||||||
RemoveInternalTimer
|
RemoveInternalTimer
|
||||||
DoTrigger
|
DoTrigger
|
||||||
parseParams)
|
parseParams
|
||||||
|
fhem)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user