mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
73_AMADCommBridge: fix bug
git-svn-id: https://svn.fhem.de/fhem/trunk@19646 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
753b669fec
commit
b65e2591e5
@ -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"
|
||||
|
@ -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 ';
|
||||
|
@ -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 ';
|
||||
|
Loading…
x
Reference in New Issue
Block a user