fix little bug
This commit is contained in:
parent
e7b8959029
commit
6c9cc3afc7
@ -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…
x
Reference in New Issue
Block a user