98_SmarterCoffee: fix fhem crash bug

git-svn-id: https://svn.fhem.de/fhem/trunk@17634 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
CoolTux
2018-10-28 14:27:20 +00:00
parent 089f856b0b
commit 4b58101b5e
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 fhem crash bug
- feature: 88_HMCCU: client device update optimized
- bugfix: 89_FULLY: fixed version check bug
- feature: 74_AMADtaskerset: import with share link

View File

@@ -110,7 +110,7 @@ package main;
use strict;
use warnings;
my $version = "1.0.0";
my $version = "1.0.1";
sub SmarterCoffee_Initialize($) {
my ($hash) = @_;
@@ -180,7 +180,8 @@ BEGIN {
gettimeofday
InternalTimer
RemoveInternalTimer
DoTrigger)
DoTrigger
parseParams)
);
}