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

73_AMADCommBridge: fix little bug

git-svn-id: https://svn.fhem.de/fhem/trunk@19090 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2019-04-02 06:24:39 +00:00
parent 8db959cb4a
commit 66936e2cb0
2 changed files with 5 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 73_AMADCommBridge: fix little bug
- bugfix: 70_BRAVIA: fix channel presets, fix use of ReadingsAge
- change: 93_DbRep: consideration of leap year/daylight saving time changed,
activate support of Meta.pm

View File

@ -64,7 +64,7 @@ use strict;
use warnings;
use FHEM::Meta;
my $modulversion = '4.4.0';
my $modulversion = '4.4.1';
my $flowsetversion = '4.4.0';
sub AMADCommBridge_Initialize($) {
@ -142,7 +142,9 @@ BEGIN {
HttpUtils_NonblockingGet
TcpServer_Open
TcpServer_Close
TcpServer_Accept)
TcpServer_Accept
AnalyzeCommandChain
AnalyzePerlCommand)
);
}