mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
8db959cb4a
commit
66936e2cb0
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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
|
- bugfix: 70_BRAVIA: fix channel presets, fix use of ReadingsAge
|
||||||
- change: 93_DbRep: consideration of leap year/daylight saving time changed,
|
- change: 93_DbRep: consideration of leap year/daylight saving time changed,
|
||||||
activate support of Meta.pm
|
activate support of Meta.pm
|
||||||
|
@ -64,7 +64,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use FHEM::Meta;
|
use FHEM::Meta;
|
||||||
|
|
||||||
my $modulversion = '4.4.0';
|
my $modulversion = '4.4.1';
|
||||||
my $flowsetversion = '4.4.0';
|
my $flowsetversion = '4.4.0';
|
||||||
|
|
||||||
sub AMADCommBridge_Initialize($) {
|
sub AMADCommBridge_Initialize($) {
|
||||||
@ -142,7 +142,9 @@ BEGIN {
|
|||||||
HttpUtils_NonblockingGet
|
HttpUtils_NonblockingGet
|
||||||
TcpServer_Open
|
TcpServer_Open
|
||||||
TcpServer_Close
|
TcpServer_Close
|
||||||
TcpServer_Accept)
|
TcpServer_Accept
|
||||||
|
AnalyzeCommandChain
|
||||||
|
AnalyzePerlCommand)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user