2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 23:06:05 +00:00

74_AMADautomagicFlowset_4.0.3.xml: workaround for better auto flowsetupdate

git-svn-id: https://svn.fhem.de/fhem/trunk@14877 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2017-08-11 20:22:12 +00:00
parent 8afb3a4821
commit 3b21ca350f
4 changed files with 839 additions and 816 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.
- changed: 74_AMADautomagicFlowset_4.0.3.xml: workaround for better auto
flowsetupdate
- feature: 74_AMADDevice: 4.0.5 - Support für NFC and scanning NFC TagId
- bugfix: 74_AMADautomagicFlowset_4.0.2.xml: fix openApp Trigger
- bugfix: 31_Nello: fixed device ID detection

View File

@ -74,8 +74,8 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.0.1";
my $flowsetversion = "4.0.2";
my $modulversion = "4.0.2";
my $flowsetversion = "4.0.3";

View File

@ -58,8 +58,8 @@ eval "use Encode qw(encode encode_utf8);1" or $missingModul .= "Encode ";
eval "use JSON;1" or $missingModul .= "JSON ";
my $modulversion = "4.0.5";
my $flowsetversion = "4.0.2";
my $modulversion = "4.0.6";
my $flowsetversion = "4.0.3";