2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

74_AMADautomagicFlowset_4.0.5.xml: add openTask Check with timer trigger

git-svn-id: https://svn.fhem.de/fhem/trunk@14938 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2017-08-21 07:42:12 +00:00
parent 35035e2c93
commit d002092b56
4 changed files with 931 additions and 945 deletions

View File

@ -1,6 +1,8 @@
# 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_ 49_SSCam: V2.7.0, set maximum password lenth to 20
- bugfix: 74_AMADautomagicFlowset_4.0.5.xml: add openTask Check with
timer trigger
- bugfix: 49_SSCam: V2.7.0, set maximum password lenth to 20
- bugfix: 73_AMADCommBridge: fix AnalyzeCommandChain sub call, fix
AMADautomagicFlowset
- bugfix: 72_FB_CALLLIST: fix shifted table header

View File

@ -75,7 +75,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.0.4";
my $flowsetversion = "4.0.4";
my $flowsetversion = "4.0.5";

View File

@ -59,7 +59,7 @@ eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.0.6";
my $flowsetversion = "4.0.4";
my $flowsetversion = "4.0.5";