From 2f28b0d8d2006e8fe639b50c4401da5779f803ac Mon Sep 17 00:00:00 2001 From: LeonGaultier 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/fhem@18600 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 2 ++ FHEM/74_XiaomiBTLESens.pm | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGED b/CHANGED index b7763bbf1..1c77204a6 100644 --- a/CHANGED +++ b/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/74_XiaomiBTLESens.pm b/FHEM/74_XiaomiBTLESens.pm index 90ba203cd..16ffa6a9f 100644 --- a/FHEM/74_XiaomiBTLESens.pm +++ b/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) ); }