From 477bd143bfb10e0ceb81b60772a84960aa45e728 Mon Sep 17 00:00:00 2001 From: CoolTux Date: Fri, 15 Feb 2019 08:44:06 +0000 Subject: [PATCH] 74_XiaomiBTLESens: fix Undefined subroutine &XiaomiBTLESens::makeDeviceName Bug git-svn-id: https://svn.fhem.de/fhem/trunk@18600 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/FHEM/74_XiaomiBTLESens.pm | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index b7763bbf1..1c77204a6 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # 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: 74_XiaomiBTLESens: fix Undefined subroutine + &XiaomiBTLESens::makeDeviceName Bug - change: 12_HProtocolGateway: moved strapping table csv file to attribute - bugfix: 98_WeekdayTimer: restore old Revision; remove Twilight dependency - bugfix: 88_HMCCU: Module HttpUtils included diff --git a/fhem/FHEM/74_XiaomiBTLESens.pm b/fhem/FHEM/74_XiaomiBTLESens.pm index 90ba203cd..16ffa6a9f 100644 --- a/fhem/FHEM/74_XiaomiBTLESens.pm +++ b/fhem/FHEM/74_XiaomiBTLESens.pm @@ -35,7 +35,7 @@ package main; use strict; use warnings; -my $version = "2.4.6"; +my $version = "2.4.7"; sub XiaomiBTLESens_Initialize($) { @@ -111,7 +111,8 @@ BEGIN { DoTrigger BlockingKill BlockingCall - FmtDateTime) + FmtDateTime + makeDeviceName) ); }