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

74_XiaomiBTLESens: fix Undefined subroutine &XiaomiBTLESens::makeDeviceName Bug

git-svn-id: https://svn.fhem.de/fhem/trunk@18600 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2019-02-15 08:44:06 +00:00
parent b24e070717
commit dd9f04965e
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

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