73_AMADCommBridge: fix bug

git-svn-id: https://svn.fhem.de/fhem/trunk@19646 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
CoolTux
2019-06-19 10:39:00 +00:00
parent b2572ed603
commit 0379df248d
3 changed files with 5 additions and 4 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 $version bug
- update: 95_Astro: v2.0.0
device attributes for language, timezone and locale settings
new set command "update"

View File

@@ -68,8 +68,8 @@ use GPUtils qw(GP_Import)
; # wird für den Import der FHEM Funktionen aus der fhem.pl benötigt
use HttpUtils;
use TcpServerUtils;
our $MODULVERSION = 'v4.4.2';
our $FLOWSETVERSION = 'v4.4.1';
our $MODULVERSION = '4.4.2';
our $FLOWSETVERSION = '4.4.1';
my $missingModul = '';
eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode ';

View File

@@ -55,8 +55,8 @@ use FHEM::Meta;
use Data::Dumper; #only for Debugging
use GPUtils qw(GP_Import)
; # wird für den Import der FHEM Funktionen aus der fhem.pl benötigt
our $MODULVERSION = 'v4.4.2';
our $FLOWSETVERSION = 'v4.4.1';
our $MODULVERSION = '4.4.2';
our $FLOWSETVERSION = '4.4.1';
my $missingModul = '';
eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode ';